Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/296531

Change subject: Clean up another bit of leftover OptionWidget styling
......................................................................

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
---
M modules/styles/mw.echo.ui.NotificationsListWidget.less
M modules/styles/mw.echo.ui.SubGroupListWidget.less
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/31/296531/1

diff --git a/modules/styles/mw.echo.ui.NotificationsListWidget.less 
b/modules/styles/mw.echo.ui.NotificationsListWidget.less
index 431c1a3..baee98a 100644
--- a/modules/styles/mw.echo.ui.NotificationsListWidget.less
+++ b/modules/styles/mw.echo.ui.NotificationsListWidget.less
@@ -15,8 +15,4 @@
        #p-personal &:not(:hover) a.new {
                color: #666666;
        }
-
-       &.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
-               white-space: normal;
-       }
 }
diff --git a/modules/styles/mw.echo.ui.SubGroupListWidget.less 
b/modules/styles/mw.echo.ui.SubGroupListWidget.less
index 8f951e9..2149a6b 100644
--- a/modules/styles/mw.echo.ui.SubGroupListWidget.less
+++ b/modules/styles/mw.echo.ui.SubGroupListWidget.less
@@ -17,6 +17,10 @@
                                display: table-cell;
                                width: 100%;
                                vertical-align: bottom;
+
+                               .oo-ui-labelElement-label {
+                                       white-space: normal;
+                               }
                        }
 
                        &-markAllReadButton {

-- 
To view, visit https://gerrit.wikimedia.org/r/296531
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0c954d2059aeed875fa2eea7a45537aac4e2e58
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to