Aude has uploaded a new change for review.

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

Change subject: Fix wb-language-fallback-indicator css for mixed rtl/ltr 
fallback
......................................................................

Fix wb-language-fallback-indicator css for mixed rtl/ltr fallback

Both the right and left side of the indicator need margin,
so that we have consistent style no matter what languages.

Bug: T89047
Change-Id: Ic87b387917a9604b68235e780a874cf2a89160b6
---
M lib/resources/wikibase.css
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/lib/resources/wikibase.css b/lib/resources/wikibase.css
index edbd1a4..1b38612 100644
--- a/lib/resources/wikibase.css
+++ b/lib/resources/wikibase.css
@@ -261,7 +261,7 @@
 
 .wb-language-fallback-indicator {
        font-style: italic;
-       margin-left: 0.5em;
+       margin: 0 0.5em;
        line-height: 1;
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic87b387917a9604b68235e780a874cf2a89160b6
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