Bug 1390057 - Fix padding left of website names in the permission dialog.r?johannh draft
authorPrathiksha <prathikshaprasadsuman@gmail.com>
Mon, 14 Aug 2017 14:35:48 +0530
changeset 646670 252aa3c01226771daaab4e7f8f31f55fed15b810
parent 645499 59594b3879cc7b038ba8a1ed6e9e66c6423bf6e2
child 726325 086f65ee54579c097c2f53127c5dd184cd684ea7
push id74207
push userbmo:prathikshaprasadsuman@gmail.com
push dateTue, 15 Aug 2017 17:23:15 +0000
reviewersjohannh
bugs1390057
milestone57.0a1
Bug 1390057 - Fix padding left of website names in the permission dialog.r?johannh MozReview-Commit-ID: Bl8v68QwWFw
browser/components/preferences/sitePermissions.css
--- a/browser/components/preferences/sitePermissions.css
+++ b/browser/components/preferences/sitePermissions.css
@@ -1,13 +1,14 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .website-name {
+  padding-inline-start: 7px;
   -moz-box-align: center;
 }
 
 #permissionsBox {
   min-height: 18em;
 }
 
 #siteCol,