mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Merge "Accommodate longer user names in personal tools"
This commit is contained in:
commit
d4663ef0ec
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue