Bug 1255837 - Add padding to right edge of JSON View JSON Tab. r?Honza draft
authorDavid Walsh <dwalsh@mozilla.com>
Tue, 19 Apr 2016 10:05:37 -0500
changeset 353724 df10ba525efa1ac5a9b1ae849e65f2d172dc9eda
parent 353722 825adbee4fc59f0d603189527d68bd2efd96092f
child 518851 c5e5f6df8c01c0d3a3e703bd9e8bdd4b337cee5e
push id15912
push userbmo:dwalsh@mozilla.com
push dateTue, 19 Apr 2016 15:05:40 +0000
reviewersHonza
bugs1255837
milestone48.0a1
Bug 1255837 - Add padding to right edge of JSON View JSON Tab. r?Honza MozReview-Commit-ID: 9G71PrC9kcy
devtools/client/jsonview/css/main.css
--- a/devtools/client/jsonview/css/main.css
+++ b/devtools/client/jsonview/css/main.css
@@ -17,16 +17,17 @@
 
 /******************************************************************************/
 /* Panel Content */
 
 .panelContent {
   overflow-y: auto;
   font-size: 11px;
   font-family: var(--monospace-font-family);
+  padding-right: 5px;
 }
 
 /* The tree takes the entire horizontal space within the panel content. */
 .panelContent .treeTable {
   width: 100%;
 }
 
 /* Make sure there is a little space between label and value columns. */