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; }