Browse Source

graph legend: fix table padding

Alexander Zobnin 7 years ago
parent
commit
1dad52eaad
1 changed files with 3 additions and 8 deletions
  1. 3 8
      public/sass/components/_panel_graph.scss

+ 3 - 8
public/sass/components/_panel_graph.scss

@@ -137,14 +137,9 @@
 }
 
 .graph-legend-table {
-  table {
-    width: 100%;
-  }
-  tbody {
-    padding-bottom: 1px;
-    padding-right: 5px;
-    padding-left: 5px;
-  }
+  padding-bottom: 1px;
+  padding-right: 5px;
+  padding-left: 5px;
 
   .graph-legend-series {
     display: table-row;