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

This commit is contained in:
Torkel Ödegaard
2019-04-09 15:19:49 +02:00
committed by GitHub
parent a887c344eb
commit fed75695a1

View File

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