css: use pre instead of pre-wrap to avoid wrapping '--' messages

This commit is contained in:
David Cormier 2013-10-12 12:56:47 -04:00
parent 6271dc6577
commit c3ce6b3da8

View file

@ -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) {