mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
2488cf0491
This rule ensures that long human-readable wiki names don't cause horizontal scroll bars in the notifications popup. Change-Id: Id0c954d2059aeed875fa2eea7a45537aac4e2e58
37 lines
530 B
Plaintext
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;
|
|
}
|
|
}
|