Merge "Remove js-truncation of descriptions in Special:Notifications desktop"

This commit is contained in:
jenkins-bot 2016-09-10 02:49:02 +00:00 committed by Gerrit Code Review
commit c01b053025

View file

@ -66,11 +66,11 @@
color: @notification-text-color;
}
&-body {
@media all and ( min-width: @specialpage-hd-width ) {
// Don't truncate on small screens
// In the popup only, truncate the text to one-line
// with ellipses
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup & {
.mw-echo-ui-mixin-one-line-truncated;
}
color: @notification-body-color;
margin-top: 4px;
}