Mooeypoo has uploaded a new change for review.

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

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, 2 insertions(+), 0 deletions(-)


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

diff --git a/modules/styles/mw.echo.ui.NotificationItemWidget.less 
b/modules/styles/mw.echo.ui.NotificationItemWidget.less
index b2df7c0..56cf1e7 100644
--- a/modules/styles/mw.echo.ui.NotificationItemWidget.less
+++ b/modules/styles/mw.echo.ui.NotificationItemWidget.less
@@ -56,6 +56,8 @@
                        // margin of -1em
                        padding-right: 1em;
                        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: newchange
Gerrit-Change-Id: Ib0cde96438175f2bc136bd89d4a2717785cecba0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>

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

Reply via email to