Pginer has uploaded a new change for review.

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

Change subject: Avoid long words to break the column layout
......................................................................

Avoid long words to break the column layout

In a multi-column layout, long words such as a URL may extend beyond
the column limits if it is not wraped. This patchset solves this by adjusting 
the word-wrap property.

Change-Id: Ifef0938675f11e61b0207edff5197b6168931e56
---
M modules/base/styles/ext.cx.base.less
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/90/115890/1

diff --git a/modules/base/styles/ext.cx.base.less 
b/modules/base/styles/ext.cx.base.less
index a41d872..8ff77a0 100644
--- a/modules/base/styles/ext.cx.base.less
+++ b/modules/base/styles/ext.cx.base.less
@@ -31,6 +31,7 @@
 .cx-column {
        .mw-ui-item;
        .mw-ui-one-third;
+       word-wrap: break-word;
 }
 
 .cx-column--source,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifef0938675f11e61b0207edff5197b6168931e56
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Pginer <pgi...@wikimedia.org>

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

Reply via email to