mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.NotificationsWidget.less
Moriel Schottlender fd0aed5ae4 Handle API fetching errors
Bug: T112251
Change-Id: Ifb9c63cd056b0cc0e7076c73e98155cef445038f
2015-09-17 15:03:28 -07:00

10 lines
204 B
Plaintext

.mw-echo-ui-notificationsWidget {
border-top: 1px solid #DDDDDD;
&-loadingOption {
padding: 2em;
&.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
white-space: normal;
}
}
}