mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: fixed png rendering with legend to the right (#16463)
This commit is contained in:
@@ -120,6 +120,10 @@
|
|||||||
|
|
||||||
// fix for phantomjs
|
// fix for phantomjs
|
||||||
.body--phantomjs {
|
.body--phantomjs {
|
||||||
|
.graph-panel {
|
||||||
|
display: -webkit-box;
|
||||||
|
}
|
||||||
|
|
||||||
.graph-panel--legend-right {
|
.graph-panel--legend-right {
|
||||||
.graph-legend {
|
.graph-legend {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user