Merge "Remove max-width limitation on inputs for mobile skin"

This commit is contained in:
jenkins-bot 2022-07-05 13:12:11 +00:00 committed by Gerrit Code Review
commit 9fb599949e

View file

@ -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;
}
}
}