mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
a4659baec5
* Add the ability to use bundled expandable notification groups * Display bundled cross-wiki notifications following the design Bug: T115419 Bug: T115423 Bug: T115422 Change-Id: I8c3eba6d627c3f06d51d74fc9774e3fc2d02915d
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
.mw-echo-ui-notificationsWidget {
|
|
&-loadingOption {
|
|
padding: 2em;
|
|
|
|
.mw-echo-ui-notificationsWidget-bundle & {
|
|
padding: 0;
|
|
}
|
|
|
|
&.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
white-space: normal;
|
|
}
|
|
}
|
|
}
|