Use explicit line height for user menu items

IE11 doesn't support the `initial` value which results in hidden user
menu item text. Instead set an explicit value.

Bug: T298746
Change-Id: I89511419b2d2c753be96f9c1eb842ef80623bce7
This commit is contained in:
Nicholas Ray 2022-01-06 17:40:27 -07:00
parent 42fec59f54
commit 416f4c3284

View file

@ -122,7 +122,7 @@
.text-overflow( @visible: false ); .text-overflow( @visible: false );
// Overrides .mw-ui-icon's `line-height: 0` property so that the text is // Overrides .mw-ui-icon's `line-height: 0` property so that the text is
// visible when not overflowing. // visible when not overflowing.
line-height: initial; line-height: @line-height-nav-personal;
} }
// Set hover color for "Create account" and "Login" menu items. // Set hover color for "Create account" and "Login" menu items.