Problem/Motivation
Filters are overlapping themselves (the radio is covering the text) at smaller screen sizes.

Steps to reproduce
Open the advanced filters of project browser. Shrink screen until issue appears.
Proposed resolution
Fix in CSS / media query.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | AfterFixTablet.png | 195.71 KB | divya.sejekan |
| #9 | AfterFixDesktop.png | 201.94 KB | divya.sejekan |
| #9 | AfterFixMobile.png | 153.37 KB | divya.sejekan |
| #9 | TabletViewIssue.mov | 1.45 MB | divya.sejekan |
| #9 | AfterFIX.mov | 4.87 MB | divya.sejekan |
Issue fork project_browser-3376203
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
chrisfromredfinComment #3
mherchelComment #4
mherchelFixed, and also did a good amount of refactoring to simplify the CSS.
Comment #6
chrisfromredfinComment #8
marcoliverI updated the MR against 1.0.x, since the styles were relocated from the Svelte component files into one global CSS file.
Comment #9
divya.sejekan commentedThe overlapping of the radio buttons is fixed verified in Drupalpod for Drupal 10 using MR!398. But in tablet the filters moves a bit when the accordion is expanded refer to the video attached - TabletViewIssue.mov.
Steps Followed:
1. Install drupal 10
2. Navigate to /admin/modules/browse , expand the filter option
3. Check in smaller resolutions.
For the issue in tablet and Error in MR keeping this in Need review state since the MR has some error
Comment #10
divya.sejekan commentedComment #11
mherchel@divya.sejekan great catch! However, I'm moving this to a followup, since this is a minor UX issue, and shouldn't block this core MVP issue.
Followup is at #3423490: Content shift when expanding filters accordion. I'm going to bring this back up to date, and set back to RTBC since no major changes.
Comment #12
mherchelBrought back up to date and should be good to go!
Comment #14
chrisfromredfinTests passing, rebased, confirmed working in DrupalPod - I love it! Go gators.
Comment #15
lostcarpark commentedThis change has introduced a StyleLint error in GitLabCI:
We haven't made it mandatory for code quality tests to pass in GitLabCI yet.
I will open a follow-up issue.