Eugene233 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/373286 )

Change subject: Added Hack to assign info boxes properly when using RTL 
languages on LTR wiki
......................................................................

Added Hack to assign info boxes properly when using RTL languages on LTR wiki

Bug: T161399
Change-Id: I1defc994bf128815e3a2f19cda11c439ab2a6cce
---
M resources/skins.minerva.content.styles/hacks.less
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/MinervaNeue 
refs/changes/86/373286/1

diff --git a/resources/skins.minerva.content.styles/hacks.less 
b/resources/skins.minerva.content.styles/hacks.less
index 0f07ee6..5dc41e1 100644
--- a/resources/skins.minerva.content.styles/hacks.less
+++ b/resources/skins.minerva.content.styles/hacks.less
@@ -166,3 +166,9 @@
                }
        }
 }
+
+// Hack assign info boxes properly when using RTL languages on LTR wiki
+[dir="rtl"] .content .infobox {
+       /* @noflip */
+       text-align: left;
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1defc994bf128815e3a2f19cda11c439ab2a6cce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/MinervaNeue
Gerrit-Branch: master
Gerrit-Owner: Eugene233 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to