mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
graph legend: fix phantomjs rendering when legend is on the right
This commit is contained in:
@@ -121,7 +121,8 @@
|
||||
.body--phantomjs {
|
||||
.graph-panel--legend-right {
|
||||
.graph-legend {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
max-width: min-content;
|
||||
}
|
||||
|
||||
.graph-panel__chart {
|
||||
|
||||
Reference in New Issue
Block a user