From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 09:24:35 +0000 (+0200) Subject: Text is shown with line breaks as entered. X-Git-Tag: 0.1-RC1~248 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=577105026674a86598fe83c9e2dae682525209e9;p=Sone.git Text is shown with line breaks as entered. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index a03f618..3eb6d3c 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -66,6 +66,7 @@ #sone .post .text { display: inline; + white-space: pre-wrap; } #sone .post .status-line {