css: use pre instead of pre-wrap to avoid wrapping '--' messages
This commit is contained in:
parent
6271dc6577
commit
c3ce6b3da8
|
@ -37,7 +37,7 @@ td.message {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
.text {
|
||||
white-space: pre-wrap;
|
||||
white-space: pre;
|
||||
}
|
||||
/* Lastly, apply responsive CSS fixes as necessary */
|
||||
@media (max-width: 767px) {
|
||||
|
|
Loading…
Reference in New Issue