Fixed style of simple value

This commit is contained in:
m-lopez-f 2016-10-20 10:39:27 +02:00
parent 61a08c510a
commit b38db94280
1 changed files with 2 additions and 3 deletions

View File

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