Mark mw-tag-marker as bidi-embed
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 7 May 2015 21:35:14 +0000 (00:35 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 7 May 2015 21:35:14 +0000 (00:35 +0300)
This prevents LTR tag names from being shown in an incorrect order
in RTL wikis.

Change-Id: Id0e351105119a48e3eda62fe642d8ccc3d6ab598

resources/src/mediawiki.special/mediawiki.special.changeslist.css

index 16fdf38..bdae0dd 100644 (file)
@@ -7,9 +7,11 @@
 }
 
 /*
- * Titles, including username links, are especially prone for getting jumbled up
+ * Titles, including username links, and also tag names
+ * are prone to getting jumbled up
  * with other titles, usernames, etc. in mixed RTL-LTR environment.
  */
+.mw-changeslist .mw-tag-marker,
 .mw-changeslist .mw-title {
        unicode-bidi: embed;
 }