Reset line height on tab elements

Bug: T315219
Change-Id: Ia7cd11d76cc84744806a311ec4e6a25b226d1f95
This commit is contained in:
Jon Robson 2023-07-11 15:35:45 -07:00
parent 5d666f43ab
commit cb4265f003

View file

@ -75,6 +75,7 @@
max-height: unit( 41 / @font-size-tabs / @font-size-browser, em ); max-height: unit( 41 / @font-size-tabs / @font-size-browser, em );
box-sizing: border-box; box-sizing: border-box;
font-weight: normal; font-weight: normal;
line-height: 1;
} }
.vector-dropdown-label { .vector-dropdown-label {