ソースを参照

graph legend: fix phantomjs rendering when legend is on the right

Alexander Zobnin 7 年 前
コミット
9e15d47e13
1 ファイル変更2 行追加1 行削除
  1. 2 1
      public/sass/components/_panel_graph.scss

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

@@ -121,7 +121,8 @@
 .body--phantomjs {
 .body--phantomjs {
   .graph-panel--legend-right {
   .graph-panel--legend-right {
     .graph-legend {
     .graph-legend {
-      display: inline-block;
+      display: block;
+      max-width: min-content;
     }
     }
 
 
     .graph-panel__chart {
     .graph-panel__chart {