graph legend: fix phantomjs rendering when legend is on the right

This commit is contained in:
Alexander Zobnin
2018-10-25 13:21:28 +03:00
parent 533f35853b
commit 9e15d47e13

View File

@@ -121,7 +121,8 @@
.body--phantomjs {
.graph-panel--legend-right {
.graph-legend {
display: inline-block;
display: block;
max-width: min-content;
}
.graph-panel__chart {