mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 03:34:25 +00:00
8 lines
229 B
Plaintext
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;
|
||
|
}
|