jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Mooeypoo: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Id0c954d2059aeed875fa2eea7a45537aac4e2e58 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Catrope <roan.katt...@gmail.com> Gerrit-Reviewer: Mooeypoo <mor...@gmail.com> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits