Accessibility: Improve Fuzzy Finder UX for small / zoomed screens
Created by: umpox
Closes https://github.com/sourcegraph/sourcegraph/issues/35251
Description
- Breaks result count onto a new line on small screens
- Removes
overflow: hidden
which blocks horizontal scroll- Unsure if we intended to do this, horizontal scroll will only show when the text overflows, in which case we definitely want to allow users to be able to view all of the file path
Screenshots
(Note "After" includes scrolling the list horizontally, which wasn't possible before)
BEFORE | AFTER |
---|---|
Test plan
Tested locally using a responsive screen
App preview:
Check out the client app preview documentation to learn more.