CSS fix: respect whitespace with white-space: pre-wrap

This commit is contained in:
Michael Save 2012-01-27 04:09:24 +11:00
parent 5510be3ded
commit ad657e5887

View File

@ -192,6 +192,7 @@ div.post {
} }
div.post p.body { div.post p.body {
word-wrap: break-word; word-wrap: break-word;
white-space: pre-wrap;
} }
div.post.reply { div.post.reply {
background: #D6DAF0; background: #D6DAF0;