Prevent jumbling up of footnote numbers after LTR words in RTL wikis

This happens while editing in VisualEditor and ContentTranslation.

This is done by adding unicode-bidi: embed to .mw-ref.

Bug: T105605
Change-Id: I1d03063cad1fa0f2ae8cc792aaaefc715066f17e
This commit is contained in:
Amir E. Aharoni 2015-07-11 22:55:26 +03:00
parent 5bbf7334e8
commit 3fa0f7fb22

View file

@ -5,6 +5,8 @@ span.mw-ref {
vertical-align: super;
line-height: 1;
font-size: smaller;
/* Make sure the brackets and the numbers aren't jumbled after LTR words in RTL wikis */
unicode-bidi: embed;
}
/* With a group set */