Merge "MWSaveDialog: Fix specificity of margin override for monobook"

This commit is contained in:
jenkins-bot 2021-11-19 17:25:41 +00:00 committed by Gerrit Code Review
commit eb26dc10b2

View file

@ -117,5 +117,7 @@
.ve-ui-mwSaveDialog-preview .mw-body {
/* We use mw-body for realistic padding, but we don't need border/margin */
border: 0;
margin: 0;
/* Override specificity in Monobook */
/* stylelint-disable-next-line declaration-no-important */
margin: 0 !important;
}