Problem/Motivation
At narrower screen widths, select form field values can disappear in Claro theme. Example:
Visible values at average width:
At a narrow width, the select element is too narrow and the values are hidden:
Steps to reproduce
- Make Claro the admin theme
- Go to an admin page that has select form fields such as manage fields or manage display
- Make the browser window so narrow the select values are hidden
- Expected result: select values are shown even at narrow screen widths
Proposed resolution
Update the CSS to handle narrower widths.
Remaining tasks
- Create patch
- Review patch
- Test patch
- Commit
User interface changes
Select form field values will be shown at narrower screen widths.