From 42c3e83578729ae15a05d9022bc9bfb977aa5b5d Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Fri, 9 Sep 2016 09:36:45 +0200 Subject: [PATCH] Fixed problems with style and format text in visual consoles. Issue #40 (cherry picked from commit c7df9a7d688579e886b5004b7529195d3eae2ca4) --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index e775e4fe32..ea8d4a2e1e 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -3174,6 +3174,10 @@ div#vc-controls img.vc-qr { margin-left: 8px; margin-right: 8px; } +div.simple_value > span.text > p { + white-space: pre; +} + /* Visual map */ /* jQuery dialog */