Use full dialog width for add template input on mobile

Bug: T311109
Change-Id: I5b6beced37d569689470d19361420bead38d18cb
This commit is contained in:
Andrew Kostka 2022-07-06 11:46:06 +02:00
parent 3117f9a535
commit 08e8581944

View file

@ -5,7 +5,8 @@
/* Allow inputs to use the full width */
.oo-ui-textInputWidget,
.ve-ui-mwParameterPage-inlineDescription {
.ve-ui-mwParameterPage-inlineDescription,
.oo-ui-actionFieldLayout.oo-ui-fieldLayout-align-top {
max-width: none;
}
}