mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Vertically align personal tools
Bug: T264339 Change-Id: Ic9df8c1cea0fef82461a84190689791ce2275812
This commit is contained in:
parent
aa7d05e7f2
commit
da26e09bca
|
@ -149,6 +149,9 @@ body {
|
|||
|
||||
#p-personal {
|
||||
li {
|
||||
// Some extensions e.g. Echo may change the height of list items
|
||||
// If that's the case we want to ensure all other elements are vertically aligned consistently.
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue