Fix two layout regressions from OOUI ButtonSelectWidget change

Fix the regressions from being able to wrap items on narrow screens
in I2102f6d33979b. We don't want wrapping in affected cases.

Bug: T208930
Change-Id: I748d5b455bef15067205b49824386d2ab5dfdc07
This commit is contained in:
Volker E 2018-11-06 19:40:44 -08:00 committed by Jforrester
parent dd420402ba
commit d0d222cc3a
2 changed files with 9 additions and 0 deletions

View file

@ -102,6 +102,7 @@
& > &-buttons.oo-ui-buttonSelectWidget {
display: table-cell;
white-space: nowrap;
vertical-align: bottom;
}

View file

@ -50,6 +50,14 @@
width: 100%;
}
&-readState {
display: inline-block;
.mw-echo-ui-readStateButtonSelectWidget {
white-space: nowrap;
}
}
&-settings {
padding-left: 1em;
}