Browse Source

Graph: fixed png rendering with legend to the right (#16463)

Torkel Ödegaard 6 năm trước cách đây
mục cha
commit
fed75695a1
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      public/sass/components/_panel_graph.scss

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

@@ -120,6 +120,10 @@
 
 // fix for phantomjs
 .body--phantomjs {
+  .graph-panel {
+    display: -webkit-box;
+  }
+
   .graph-panel--legend-right {
     .graph-legend {
       display: block;