mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
08e8581944
Bug: T311109 Change-Id: I5b6beced37d569689470d19361420bead38d18cb
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
.ve-ui-mwTwoPaneTransclusionDialogLayout {
|
|
&-stackLayout {
|
|
/* We don't want anything to collapse left/right, so shouldn't use margin */
|
|
padding: 0 20px;
|
|
|
|
/* Allow inputs to use the full width */
|
|
.oo-ui-textInputWidget,
|
|
.ve-ui-mwParameterPage-inlineDescription,
|
|
.oo-ui-actionFieldLayout.oo-ui-fieldLayout-align-top {
|
|
max-width: none;
|
|
}
|
|
}
|
|
}
|