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
[TF-388] Fix Safari rendering selects shorter than other form fields
Safari's native select control ignores vertical padding and renders at
a fixed intrinsic height, so dropdowns appeared shorter than the
adjacent text/number inputs (Chrome honored the padding, hiding the
mismatch). Set appearance-none on the shared Select so it uses the
standard box model and respects py-2 across browsers, and render a
custom ChevronDown indicator in place of the removed native arrow.
Same fix as rallyup cc7c9ee.
0 commit comments