Fantasticfears has uploaded a new change for review.

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

Change subject: Add display: block; property to labelElement to make the 
text-overflow: ellipsis work correctly
......................................................................

Add display: block; property to labelElement to make the text-overflow: 
ellipsis work correctly

Change-Id: I1695e61314691d82eef0b570218366daa6b4628d
---
M resources/oojs-ui/oojs-ui.svg.css
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/92/120192/1

diff --git a/resources/oojs-ui/oojs-ui.svg.css 
b/resources/oojs-ui/oojs-ui.svg.css
index f34fc32..63f49ca 100644
--- a/resources/oojs-ui/oojs-ui.svg.css
+++ b/resources/oojs-ui/oojs-ui.svg.css
@@ -733,6 +733,7 @@
   line-height: 1.5em;
   text-overflow: ellipsis;
   white-space: nowrap;
+  display: block;
 }
 
 .oo-ui-optionWidget .oo-ui-iconedElement-icon,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1695e61314691d82eef0b570218366daa6b4628d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Fantasticfears <fantasticfe...@gmail.com>

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

Reply via email to