Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special.changeslist / changeslist.less
blob845782d67a5e5bd7e187ab5b80b6c3f892e2df1e
1 /*
2  * Titles, including username links, and also tag names
3  * are prone to getting jumbled up
4  * with other titles, usernames, etc. in mixed RTL-LTR environment.
5  */
6 .mw-changeslist .mw-tag-marker,
7 .mw-changeslist .mw-title {
8         unicode-bidi: embed;
12  * Bidi-isolate these numbers.
13  * See https://phabricator.wikimedia.org/T93484
14  */
15 .mw-plusminus-pos,
16 .mw-plusminus-neg,
17 .mw-plusminus-null {
18         unicode-bidi: -moz-isolate;
19         unicode-bidi: isolate;
22 .mw-input-with-label {
23         white-space: nowrap;
24         display: inline-block;