mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SubGroupListWidget.less
Roan Kattouw 2488cf0491 Clean up another bit of leftover OptionWidget styling
This rule ensures that long human-readable wiki names
don't cause horizontal scroll bars in the notifications
popup.

Change-Id: Id0c954d2059aeed875fa2eea7a45537aac4e2e58
2016-06-29 12:02:15 +02:00

37 lines
530 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;
&-title {
display: table-cell;
width: 100%;
vertical-align: bottom;
.oo-ui-labelElement-label {
white-space: normal;
}
}
&-markAllReadButton {
display: table-cell;
text-align: right;
}
}
}
.mw-echo-ui-sortedListWidget {
margin-bottom: @bundle-group-padding / 2;
}
}