Problem/Motivation
Projects can be filtered using 4 filters (category, security coverage, maintenance status, development status).
Visually, the first filter is not aligned with the others:
![]()
Steps to reproduce
Proposed resolution
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Screenshot 2024-11-16 at 10.10.59 AM.png | 81.4 KB | kyle.davis |
| #7 | Screenshot 2024-11-15 154649.png | 17.69 KB | ericrubino |
| Filter-by-category-off-by-a-few-pixels.png | 199.21 KB | markfelton |
Issue fork project_browser-3487842
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
markfelton commentedWhile here, maybe check the capitalization of the filters
"Filter by category" is consistent with other filters in Core
but is the capitalization of "Maintenance Status" correct — should it be "Maintenance status" ?
Comment #4
chrisfromredfinComment #7
ericrubino commentedCorrected filters display by removing the fieldset. We discussed with Chris if we should remove the field set from the one field or add fieldsets to the other three filter items. We also located a single piece of CSS that set margins to 0 for this single item.
Comment #8
kyle.davis commentedLatest commits fix nightwatch test errors for filters on the browse page. Added rewrite of filter labels on the browse page to use sentence case. All tests passing now and MR is ready for review.
Comment #9
kyle.davis commentedComment #11
chrisfromredfinThough a double-scoped issue, I'm happy to have it in. Thanks for your contributions here at NEDCamp!