jenkins-bot has submitted this change and it was merged.

Change subject: Break more rules in break-word so long words can wrap in 
notifications
......................................................................


Break more rules in break-word so long words can wrap in notifications

Change-Id: Ib0cde96438175f2bc136bd89d4a2717785cecba0
---
M modules/styles/mw.echo.ui.NotificationItemWidget.less
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/styles/mw.echo.ui.NotificationItemWidget.less 
b/modules/styles/mw.echo.ui.NotificationItemWidget.less
index b2df7c0..56ff797 100644
--- a/modules/styles/mw.echo.ui.NotificationItemWidget.less
+++ b/modules/styles/mw.echo.ui.NotificationItemWidget.less
@@ -55,7 +55,12 @@
                        // The 'mark as read' circle is placed with a right
                        // margin of -1em
                        padding-right: 1em;
+                       // break-word rules are inconsistent accross browsers
+                       // these three rules should cover the main use cases
+                       // with major browser support
                        word-break: break-word;
+                       word-wrap: break-word;
+                       overflow-wrap: break-word;
 
                        &-header {
                                color: @notification-text-color;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0cde96438175f2bc136bd89d4a2717785cecba0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to