From ad657e5887d7038562b56226318ff4972f0aa9eb Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 27 Jan 2012 04:09:24 +1100 Subject: [PATCH] CSS fix: respect whitespace with white-space: pre-wrap --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 3336729b..2f3d863c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -192,6 +192,7 @@ div.post { } div.post p.body { word-wrap: break-word; + white-space: pre-wrap; } div.post.reply { background: #D6DAF0;