ve.ui.MWTargetWidget: Remove top margin in Vector 2022

Change-Id: I3d079a9e1b44821180c849c2c018a2314b2e089e
This commit is contained in:
Ed Sanders 2022-08-10 16:35:10 +01:00
parent d36d467a82
commit 9f5944af9e

View file

@ -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;
}