mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
MWVESwitchPopupWidget: Fix alignment by removing margin
Since the PopupWidget rewrite, margins for aligning popup anchors should be set on the anchor itself, not on the popup. Change-Id: If8237ae5edbc2e8c5cb99147f392aae52e642765
This commit is contained in:
parent
d4438549e5
commit
445f8b76a0
|
@ -8,7 +8,6 @@
|
|||
.ve-init-mw-switchPopupWidget {
|
||||
white-space: normal;
|
||||
z-index: 4;
|
||||
margin-left: 1.25em;
|
||||
}
|
||||
|
||||
.ve-init-mw-switchPopupWidget .oo-ui-popupWidget-head {
|
||||
|
|
Loading…
Reference in a new issue