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
Just to confirm that I understand it , So the select element's height is the only element that change when you change the default value of line -height on you CSS Document??? Could paste some code when using line-height, please?
Turns out we did have the correct height calculation with our custom selects. The problem was we lacked a shared line-height with our buttons and inputs.
This restores the previous `calc` math and adds a line-height that reuses the input line-height.
Turns out we did have the correct height calculation with our custom selects. The problem was we lacked a shared line-height with our buttons and inputs.
This restores the previous `calc` math and adds a line-height that reuses the input line-height.
When compiling Bootstrap with line-height other than the default value, the select element's height slightly differs from other elements and buttons.
select element with default line height:
select element with 1.75 line height:
Thanks!
The text was updated successfully, but these errors were encountered: