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

This commit is contained in:
jenkins-bot 2022-08-16 22:51:35 +00:00 committed by Gerrit Code Review
commit 16a8dc34a0

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