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

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

Torkel Ödegaard 6 лет назад
Родитель
Сommit
fed75695a1
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      public/sass/components/_panel_graph.scss

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

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