Explorar el Código

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

Torkel Ödegaard hace 6 años
padre
commit
fed75695a1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;