From 3dd4dd51cb3ffaacc0ac2a5877150589b809155d Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 4 May 2018 12:26:18 +0200 Subject: [PATCH] Specified more accurate class for label styling --- pandora_console/include/styles/pandora.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9b39270e66..751ef52ed0 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4628,8 +4628,9 @@ form ul.form_flex li ul li{ border: 0px; } -.tickLabel { +.yAxis.y1Axis > .tickLabel { white-space: nowrap; line-height: 1.05em!important; + width: auto!important; }