瀏覽代碼

fix: Legend to the right, as table, should follow the width prop. Removing css conflicting with baron's width calculation. #13312

Johannes Schill 7 年之前
父節點
當前提交
776f55dc80
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      public/sass/components/_panel_graph.scss

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

@@ -17,10 +17,6 @@
         padding-left: 0px;
         padding-left: 0px;
       }
       }
 
 
-      .graph-legend-table {
-        width: auto;
-      }
-
       .graph-legend-table .graph-legend-series {
       .graph-legend-table .graph-legend-series {
         display: table-row;
         display: table-row;
       }
       }