Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/232250

Change subject: Prevent the jumbling up of autocomments in RTL
......................................................................

Prevent the jumbling up of autocomments in RTL

Change-Id: I75f66dcd839ead0759f4c6e90ab0ddbc905a07d9
---
M resources/src/mediawiki.legacy/shared.css
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/50/232250/1

diff --git a/resources/src/mediawiki.legacy/shared.css 
b/resources/src/mediawiki.legacy/shared.css
index 14fd286..964723e 100644
--- a/resources/src/mediawiki.legacy/shared.css
+++ b/resources/src/mediawiki.legacy/shared.css
@@ -417,6 +417,11 @@
 /* The auto-generated edit comments */
 .autocomment {
        color: gray;
+       // In RTL wikis, Latin heading sections can get jumbled with comments 
that
+       // begin with Latin letters or numbers
+       unicode-bidi: -moz-isolate;
+       unicode-bidi: -webkit-isolate;
+       unicode-bidi: isolate;
 }
 
 #pagehistory .history-user {

-- 
To view, visit https://gerrit.wikimedia.org/r/232250
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75f66dcd839ead0759f4c6e90ab0ddbc905a07d9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to