mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-16 19:41:45 +00:00
7 lines
184 B
CSS
7 lines
184 B
CSS
|
/* Isolation to fix references in case of RTL words at the end of a reference */
|
||
|
sup.reference {
|
||
|
unicode-bidi: -moz-isolate;
|
||
|
unicode-bidi: -webkit-isolate;
|
||
|
unicode-bidi: isolate;
|
||
|
}
|