From b38db9428012159f593505b4355d99f2d8993584 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 20 Oct 2016 10:39:27 +0200 Subject: [PATCH] Fixed style of simple value --- pandora_console/include/styles/pandora.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 250f1ec076..d76c5c6b3b 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -3312,10 +3312,9 @@ div#vc-controls img.vc-qr { margin-left: 8px; margin-right: 8px; } -div.simple_value > span.text > p { - white-space: pre; -} +div.simple_value > span.text > p, div.simple_value > a > span.text > p { + font-family: monospace; white-space: pre; }