mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "ve.ui.MWTargetWidget: Remove top margin in Vector 2022"
This commit is contained in:
commit
16a8dc34a0
|
@ -11,3 +11,8 @@
|
||||||
// We wouldn't need to do this if the context menus and inspectors were appended to an overlay (T266521).
|
// We wouldn't need to do this if the context menus and inspectors were appended to an overlay (T266521).
|
||||||
z-index: auto;
|
z-index: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ve-ui-mwTargetWidget > .ve-init-target > .mw-body-content {
|
||||||
|
// Remove top margin used by Vector 2022 in main content
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue