mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
8b84ed2a3b
When there isn't enough space for both date and button, separate them each on its own line. Bug: T146288 Change-Id: I7ad022da82503f35ae630d171faeed1815c97f7a
40 lines
550 B
Plaintext
40 lines
550 B
Plaintext
@import '../echo.variables';
|
|
|
|
.mw-echo-ui-subGroupListWidget {
|
|
|
|
&:not( :first-child ) {
|
|
padding-top: @bundle-group-padding;
|
|
}
|
|
|
|
&-header {
|
|
display: table;
|
|
width: 100%;
|
|
|
|
&-row {
|
|
display: table-row;
|
|
|
|
&-cell {
|
|
display: table-cell;
|
|
}
|
|
|
|
&-title {
|
|
width: 100%;
|
|
vertical-align: bottom;
|
|
white-space: nowrap;
|
|
|
|
.oo-ui-labelElement-label {
|
|
white-space: normal;
|
|
}
|
|
}
|
|
|
|
&-markAllReadButton {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-echo-ui-sortedListWidget {
|
|
margin-bottom: @bundle-group-padding / 2;
|
|
}
|
|
}
|