Aude has uploaded a new change for review.

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

Change subject: Add max-width: 65em to wikibase-statementgrouplistview
......................................................................

Add max-width: 65em to wikibase-statementgrouplistview

this helps to avoid overly narrow display, input, and
wrapping of words in main snak, reference and qualifier
snak values.

this does mean that the statements part of the ui will
overflow the content div on narrow screens.

65em is what we used before in the ui.

Change-Id: If90f4550614e887304ee7b23cbb08ca45140b68b
---
M lib/resources/wikibase.css
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/71/195271/1

diff --git a/lib/resources/wikibase.css b/lib/resources/wikibase.css
index 73cf12f..43e05be 100644
--- a/lib/resources/wikibase.css
+++ b/lib/resources/wikibase.css
@@ -163,6 +163,10 @@
        box-sizing: border-box;
 }
 
+.wikibase-statementgrouplistview {
+       max-width: 65em;
+}
+
 /* Section of claims referring to one property */
 .wikibase-statementgrouplistview .wikibase-statementlistview {
        position: relative;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If90f4550614e887304ee7b23cbb08ca45140b68b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>

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

Reply via email to