mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Remove max-width limitation on inputs for mobile skin"
This commit is contained in:
commit
9fb599949e
|
@ -2,5 +2,11 @@
|
|||
&-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 {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue