mediawiki-skins-Vector/skinStyles/mediawiki.action.edit.less
Jon Robson f31f0bbf50 [Cleanup] Address FIXMES relating to cached HTML
Change-Id: I6f5e97dde1f774e741a4236d1f6b49ad146cc236
2022-11-15 23:23:56 +00:00

19 lines
537 B
Plaintext

@import '../resources/common/variables.less';
// Reset the font-size for the whole body, but then re-override this below
// to ensure the preview width (which is based on font-size) is correct.
.vector-body {
font-size: @font-size-reset;
}
// Even if the editing form is max-width, the preview should be constrained.
.vector-feature-limited-width-disabled #wikiPreview {
max-width: @max-width-content-container;
margin: auto;
}
// Change font-size for the actual preview content.
.mw-parser-output {
font-size: @font-size-base;
}