Merge "Use explicit line height for user menu items"

This commit is contained in:
jenkins-bot 2022-03-03 17:47:44 +00:00 committed by Gerrit Code Review
commit fc897266bc
1 changed files with 1 additions and 1 deletions

View File

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