Closed allanaaa closed 4 months ago
It's an odd combination of the width styles set on those selects and their container... just having the selects have width: auto
fixes this in the sense that they'll take up as much room as they need. Adding a min-width (could be zero or some actual reasonable minimum) to the selects and a max-width: 100%
to the sorting form will make them shrink if they absolutely have to for page width, otherwise they'll wrap due to the flex-wrap on the outer container.
Thanks @allanaaa @zerocrates, this is now fixed and will be included in the next release this week.
On the Faceted Browse pages we still see dropdown menus too short for their contents:
Whereas on normal browse you've made the dropdowns wider:
I assume it's just calculating its width without taking the dropdown arrow width into account? Anyways, there's enough space on these pages usually that you can give them ample width.