Bug 1329433 - Improve about:profiles for RTL support draft
authorTomer Cohen <tomer@tomercohen.com>
Tue, 10 Jan 2017 14:43:38 +0200
changeset 458540 5280e5341441aede10a7c766c799fbb3b8c91ff1
parent 457381 58699ccf7ae6c72968f4068997fe09de6ff174fa
child 463735 1fbaa64a5d41074d95cda6c609854bc7d9a06d56
push id40969
push userbmo:tomer.moz.bugs@tomercohen.com
push dateTue, 10 Jan 2017 12:45:48 +0000
bugs1329433
milestone53.0a1
Bug 1329433 - Improve about:profiles for RTL support MozReview-Commit-ID: 5m9FeI2yS6
toolkit/themes/shared/aboutProfiles.css
--- a/toolkit/themes/shared/aboutProfiles.css
+++ b/toolkit/themes/shared/aboutProfiles.css
@@ -43,16 +43,17 @@ th {
 
 th.column {
   white-space: nowrap;
   width: 0px;
 }
 
 td {
   border-color: var(--in-content-table-border-dark-color);
+  unicode-bidi: plaintext; /* Make sure file paths will be LTR */
 }
 
 #action-box {
   background-color: var(--aboutProfiles-table-background);
   border: 1px solid var(--in-content-border-color);
   color: var(--in-content-text-color);
   float: right;
   margin-top: 2em;