diff --git a/resources/skins.minerva.content.styles/hacks.less b/resources/skins.minerva.content.styles/hacks.less old mode 100644 new mode 100755 index 0f07ee660..7486254b5 --- a/resources/skins.minerva.content.styles/hacks.less +++ b/resources/skins.minerva.content.styles/hacks.less @@ -166,3 +166,9 @@ FIXME: Review all of these hacks to see if they still apply. } } } + +// Hack to assign info boxes properly when using RTL languages on LTR wiki +[dir='rtl'] .content .infobox { + /* @noflip */ + text-align: left; +}