Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent spacing when form fields are inside a details element #686

Open
gosko opened this issue Nov 5, 2024 · 0 comments
Open

Inconsistent spacing when form fields are inside a details element #686

gosko opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@gosko
Copy link
Member

gosko commented Nov 5, 2024

On the Mailing list archive search page some options are hidden inside a details element:

<details>
<summary>Advanced search options</summary>

<div class="field">
[...]

These options are displayed quite close together, with no space between them:
Screenshot 2024-11-05 at 11 27 30 AM

unlike the options at the top, outside the details element:
Screenshot 2024-11-05 at 11 27 11 AM

It would be good for the items inside the details element to have the same spacing as those outside it.

(Also if there is a better way to handle this form I am open to suggestions. The previous version of this page had separate pages for Basic Search and Advanced Search)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 To do
Development

No branches or pull requests

2 participants