MWVESwitchPopup: Follow-up 445f8b76a0: apply adjustment to anchor instead

Otherwise the anchor isn't correctly aligned below the icon.

Change-Id: I73a9db9be63354f1fa459e844eb40be1d3130189
This commit is contained in:
Roan Kattouw 2017-04-06 16:32:27 -07:00
parent 445f8b76a0
commit 1e7e9044c9

View file

@ -10,6 +10,10 @@
z-index: 4;
}
.ve-init-mw-switchPopupWidget .oo-ui-popupWidget-anchor {
margin-left: 1.25em;
}
.ve-init-mw-switchPopupWidget .oo-ui-popupWidget-head {
font-weight: bold;
}