mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "MWSaveDialog: Fix specificity of margin override for monobook"
This commit is contained in:
commit
eb26dc10b2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue