Bug 1298903 [RTL] Add padding to the right side of the list's text in about:firefox draft
authorTomer Cohen <tomer@tomercohen.com>
Mon, 19 Dec 2016 00:22:30 +0200
changeset 450813 5d491631c5a0ba4f28b3cc88b7d90eece83316a9
parent 449672 251b0d8e1fa5b891534f0b22109b95d2b53e6c1e
child 450884 8c9aedd9ea6c0c88aaa737b13fe6d32c72f58aca
push id38951
push userbmo:tomer.moz.bugs@tomercohen.com
push dateSun, 18 Dec 2016 23:15:11 +0000
bugs1298903
milestone53.0a1
Bug 1298903 [RTL] Add padding to the right side of the list's text in about:firefox MozReview-Commit-ID: 4R52HcujmL5
mobile/android/themes/core/aboutPage.css
--- a/mobile/android/themes/core/aboutPage.css
+++ b/mobile/android/themes/core/aboutPage.css
@@ -84,17 +84,17 @@ body {
 
 #aboutLinks > li {
   line-height: 2.6;
   border-top: 1px solid white;
   border-bottom: 1px solid #C1C7CC;
 }
 
 #aboutLinks > li > a {
-  padding-left: 25px;
+  padding-inline-start: 25px;
   display: block;
 }
 
 #aboutDetails {
   padding-left: 15px;
   font-size: 15px;
 }