Fixed style of simple value
This commit is contained in:
parent
61a08c510a
commit
b38db94280
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue