Vector-Local/skinStyles/mediawiki.action.edit.less

8 lines
229 B
Plaintext

@import '../resources/common/variables.less';
// Even if the editing form is max-width, the preview should be constrained.
.skin-vector-disable-max-width #wikiPreview {
max-width: @max-width-content-container;
margin: auto;
}