From 8aaaee5e16f0f26818f69bc343f24919f5372a64 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 12 Dec 2017 19:00:56 +0300 Subject: [PATCH] fix colorpicker colors order (width issue) (#10170) --- public/sass/components/_panel_graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index c28a608052d..4741731b2b1 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -193,7 +193,7 @@ } .graph-legend-popover { - width: 200px; + width: 210px; label { display: inline-block; }