Browse Source

Add margin to make list clearer #2827

QuentinRillet 8 years ago
parent
commit
55576e238b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      inspector/sass/_detailPanel.scss

+ 4 - 0
inspector/sass/_detailPanel.scss

@@ -6,6 +6,10 @@
   color:$color;
   font-family: $font;
 
+  .details {
+      padding-left: 5px;
+  }
+
   // Common defintion between header row and detail row
   .base-row {      
     display:flex;