Sitic has uploaded a new change for review.
https://gerrit.wikimedia.org/r/221606
Change subject: Fix brackets problem with RTL text
......................................................................
Fix brackets problem with RTL text
Change-Id: Ie7334c3db849600a52806bc7f3d3849ae1719464
---
M frontend/src/app/index.css
M frontend/src/components/watchlist/edit.directive.html
2 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/labs/tools/crosswatch
refs/changes/06/221606/1
diff --git a/frontend/src/app/index.css b/frontend/src/app/index.css
index 2ffa1f9..f8efe72 100644
--- a/frontend/src/app/index.css
+++ b/frontend/src/app/index.css
@@ -139,7 +139,8 @@
}
span.comment{
- font-style:italic;
+ font-style: italic;
+ unicode-bidi: embed;
}
span.autocomment{
diff --git a/frontend/src/components/watchlist/edit.directive.html
b/frontend/src/components/watchlist/edit.directive.html
index 85d543f..50910bb 100644
--- a/frontend/src/components/watchlist/edit.directive.html
+++ b/frontend/src/components/watchlist/edit.directive.html
@@ -6,7 +6,7 @@
<span ng-if="event.clicked">
(<a stop-event
href="{{::event.projecturl}}/w/index.php?title={{::event.title |
urlEncode}}&action=history" target="_blank" translate="HISTORY"></a>)
</span>
-<span ng-class="::event.bytestyle">({{::event.bytes}})</span>
+<span dir="ltr" ng-class="::event.bytestyle">({{::event.bytes}})</span>
<div>
<user></user>
<span ng-if="::event.parsedcomment" class="comment">(<span
ng-bind-html="::event.parsedcomment"></span>)</span>
--
To view, visit https://gerrit.wikimedia.org/r/221606
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7334c3db849600a52806bc7f3d3849ae1719464
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/crosswatch
Gerrit-Branch: master
Gerrit-Owner: Sitic <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits