Просмотр исходного кода

Merge pull request #13617 from grafana/13616_phantomjs_legend

fix phantomjs render of graph panel when legend displayed as table to the right
Marcus Efraimsson 7 лет назад
Родитель
Сommit
776b14f7bb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      public/sass/components/_panel_graph.scss

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

@@ -137,6 +137,7 @@
 
     .graph-legend-table {
       display: table;
+      width: auto;
 
       .graph-legend-scroll {
         display: table;