mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SubGroupListWidget.less
Moriel Schottlender 8b84ed2a3b Conditionally rearrange date and button in notif list
When there isn't enough space for both date and button,
separate them each on its own line.

Bug: T146288
Change-Id: I7ad022da82503f35ae630d171faeed1815c97f7a
2018-03-28 16:19:47 +03:00

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