mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
0ebae6c4ef
This allows the editing form to be wide, but makes sure that the preview seen will more closely match how the page will end up after being saved. Bug: T307725 Change-Id: Ib2085eece69fe08b7fca4aaeacef66b26cdd5f16
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;
|
|
}
|