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

pull/16504/head
Torkel Ödegaard 6 years ago committed by GitHub
parent a887c344eb
commit fed75695a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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;

Loading…
Cancel
Save