From 9e15d47e13283f9a3c1f5f8692c9c7088693bfd4 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 25 Oct 2018 13:21:28 +0300 Subject: [PATCH] graph legend: fix phantomjs rendering when legend is on the right --- public/sass/components/_panel_graph.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index 96bcd404381..642cb3e9bcc 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -121,7 +121,8 @@ .body--phantomjs { .graph-panel--legend-right { .graph-legend { - display: inline-block; + display: block; + max-width: min-content; } .graph-panel__chart {