From 4c5d3b2736dc43f81546057e1441009c81e88a00 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Fri, 9 Sep 2016 09:46:37 +0200 Subject: [PATCH] Fixed problems with style and format text in visual consoles. Issue #40 --- pandora_console/include/styles/pandora.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 1de73f7c5c..8b56b6bb05 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -3177,6 +3177,9 @@ div#vc-controls img.vc-qr { div.simple_value > span.text > p { white-space: pre; } +div.simple_value > a > span.text > p { + white-space: pre; +} /* Visual map */