Fixed problems with style and format text in visual consoles. Issue #40
This commit is contained in:
parent
fc213ffde3
commit
4c5d3b2736
|
@ -3177,6 +3177,9 @@ div#vc-controls img.vc-qr {
|
||||||
div.simple_value > span.text > p {
|
div.simple_value > span.text > p {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
div.simple_value > a > span.text > p {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
/* Visual map */
|
/* Visual map */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue