mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
ve.ui.MWTargetWidget: Remove top margin in Vector 2022
Change-Id: I3d079a9e1b44821180c849c2c018a2314b2e089e
This commit is contained in:
parent
d36d467a82
commit
9f5944af9e
|
@ -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