Closed
Bug 1779032
Opened 3 years ago
Closed 1 year ago
Filter options are shifted to the right and unusable on radar.cloudflare.com
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Webcompat Priority:P3)
RESOLVED
WORKSFORME
| Webcompat Priority | P3 |
People
(Reporter: ksenia, Unassigned)
References
()
Details
Attachments
(1 file)
|
823 bytes,
text/html
|
Details |
This was initially reported in https://github.com/webcompat/web-bugs/issues/107033
To reproduce:
- Scroll down to “Market share by country and OS” in Firefox release or Nightly.
- Observe the filter options on the right.
Expected:
Filter options have proper width and readable.
Actual:
Filter options are shifted to the right and overlap each other.
| Reporter | ||
Comment 1•3 years ago
|
||
I've attached a reduced test case. As the original reporter mentioned, applying either of the following fixes the issue for both the testcase and the original problem on the site:
remove align-items: flex-end from the outer flex container
add width: 100% to the inner flex container
| Reporter | ||
Updated•3 years ago
|
Webcompat Priority: --- → ?
Updated•3 years ago
|
Webcompat Priority: ? → P3
Updated•3 years ago
|
Severity: -- → S3
Comment 2•1 year ago
|
||
I think this is now fixed?
Status: NEW → RESOLVED
Closed: 1 year ago
Component: Layout: Flexbox → Site Reports
Product: Core → Web Compatibility
Resolution: --- → WORKSFORME
Version: Firefox 102 → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•