Thiemo Mättig (WMDE) has uploaded a new change for review.

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

Change subject: Use max-width for descriptions instead of width: 50%
......................................................................

Use max-width for descriptions instead of width: 50%

What 50% actually means: If you are on a smartphone with a screen
that's 240px wide, the description will be limited to 120px.

Change-Id: I7d3d7bff70ab0cefc7d37e4d883881ac6baa7410
---
M modules/SpecialConstraintReportPage.css
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/24/223024/1

diff --git a/modules/SpecialConstraintReportPage.css 
b/modules/SpecialConstraintReportPage.css
index 183e6aa..5332cc6 100644
--- a/modules/SpecialConstraintReportPage.css
+++ b/modules/SpecialConstraintReportPage.css
@@ -20,7 +20,7 @@
 
 /* Explanation infobox */
 .wbqc-explanation {
-    width: 50%;
+       max-width: 65em; /* similar to .wikibase-entityview */
 }
 
 /* Statuses */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d3d7bff70ab0cefc7d37e4d883881ac6baa7410
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

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

Reply via email to