You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Fix baseline alignment of dropdown-button in Firefox.
A previous change added an overflow property to the dropdown-button so that dropdowns don't wrap. But the overflow property, along with inline-flex display and a bunch of other complicated conditions, triggers this bug in Firefox.
It looks like setting a max-width on the dropdown-button is enough to get the desired behavior for material-dropdown-select. So let's do that instead.
Also, add a Scuba test so this alignment stops breaking.
PiperOrigin-RevId: 176144876
0 commit comments