mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
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:
parent
5bbf7334e8
commit
3fa0f7fb22
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue