Browse Source

Merge pull request #13407 from grafana/13312_legend_table_width

13312 legend table width
Torkel Ödegaard 7 years ago
parent
commit
8009bc3940
1 changed files with 0 additions and 5 deletions
  1. 0 5
      public/sass/components/_panel_graph.scss

+ 0 - 5
public/sass/components/_panel_graph.scss

@@ -17,10 +17,6 @@
         padding-left: 0px;
       }
 
-      .graph-legend-table {
-        width: auto;
-      }
-
       .graph-legend-table .graph-legend-series {
         display: table-row;
       }
@@ -35,7 +31,6 @@
 }
 
 .datapoints-warning {
-  pointer: none;
   position: absolute;
   top: 50%;
   left: 50%;