Merge "Accommodate longer user names in personal tools"

This commit is contained in:
jenkins-bot 2020-09-01 22:20:21 +00:00 committed by Gerrit Code Review
commit d4663ef0ec
1 changed files with 1 additions and 4 deletions

View File

@ -43,6 +43,7 @@
#p-personal {
text-align: right;
flex-basis: @min-width-personal-tools;
// Support IE9: This is reset in @support query below if Flexbox is available.
float: right;
@ -57,10 +58,6 @@
top: @height-header-adjusted - @margin-top-header;
}
#p-personal {
width: @min-width-personal-tools;
}
.mw-header-placeholder {
height: @height-header-adjusted + @height-tabs;
}