Don't let LTR usernames jumble RTL watchlists
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 8 Sep 2014 15:06:33 +0000 (18:06 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 8 Sep 2014 15:06:33 +0000 (18:06 +0300)
Adding unicode-bidi: embed isolates them from other
fields like time, title, summary etc.

This is particularly relevant to showing Wikidata changes.

Change-Id: I5c3f53318fcbfed75b0df9e24e5ff8636c0fea4b

resources/src/mediawiki.legacy/shared.css

index 6e7dd9a..7896e97 100644 (file)
        direction: rtl;
 }
 
+.mw-userlink {
+       unicode-bidi: embed;
+}
+
 /* User-Agent styles for new HTML5 elements */
 mark {
        background-color: yellow;