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