No spacing at the bottom of title on search page

Created on 21 August 2023, 11 months ago

Problem/Motivation

No spacing at the bottom of the title on the search page. See attached screenshot for reference.

Steps to reproduce

  1. Install the theme
  2. Go to the search page
  3. Open the advanced search
  4. See the title

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @shweta__sharma
  • 🇮🇳India shubham_jain

    You just have to add this line of code in css file.

    legend {
      margin-bottom: 10px;
    }
    details{
      padding: 5px;
    }
    

    this will solve this issue.

    If you want I have created patch for it.

  • @shubham_jain opened merge request.
Production build 0.69.0 2024