Merge "Correct the height of the language button"

This commit is contained in:
jenkins-bot 2021-03-03 19:53:23 +00:00 committed by Gerrit Code Review
commit cf187653a8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
// avoid sub pixel rendering
line-height: 1.493em;
// reset padding styles in MenuDropdown.less with right padding for arrow.
padding: 0 30px 0 8px;
padding: 4px 30px 4px 8px;
// Prevent select of span text "X languages"
user-select: none;

View File

@ -83,7 +83,7 @@ body {
.mixin-clearfix();
#p-lang-btn {
@height-lang-button: 1.25em;
@height-lang-button: unit( 32 / @font-size-browser, em );
float: right;
.box-sizing( border-box );
height: @height-lang-button;