mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Remove 'margin-left: -1px;' on "More" menu
This rule doesn't seem to be necessary and interferes with width measurements, causing the tabs to bounce back and forth at specific screen sizes. Bug: T74089 Change-Id: I6a05ccf6eea1a4af22d8df3dd4d507cf9ac1b5f3
This commit is contained in:
parent
f48c697425
commit
966c27a9b6
|
@ -134,7 +134,6 @@ div#mw-head div.vectorMenu h3 {
|
|||
.background-image('images/tab-break.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
margin-left: -1px;
|
||||
font-size: 1em;
|
||||
height: 2.5em;
|
||||
// This effectively moves the "background border" outside of the element to act like a real
|
||||
|
|
Loading…
Reference in a new issue