mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
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:
parent
dd420402ba
commit
d0d222cc3a
|
@ -102,6 +102,7 @@
|
|||
|
||||
& > &-buttons.oo-ui-buttonSelectWidget {
|
||||
display: table-cell;
|
||||
white-space: nowrap;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
|
|
@ -50,6 +50,14 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
&-readState {
|
||||
display: inline-block;
|
||||
|
||||
.mw-echo-ui-readStateButtonSelectWidget {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
&-settings {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue