From: David ‘Bombe’ Roden Date: Sun, 19 Jun 2011 10:12:38 +0000 (+0200) Subject: Force word-wrap in texts by breaking in words. X-Git-Tag: 0.6.5^2~2 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=7e57aea19c4359bf821468201e7d8fdec6c98a7c Force word-wrap in texts by breaking in words. Thanks, SeekingForAttention, for the suggestion. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index ae38d7d..1dda47e 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -268,6 +268,7 @@ textarea { #sone .post .text, #sone .post .raw-text { display: inline; white-space: pre-wrap; + word-wrap: break-word; } #sone .post .text.hidden, #sone .post .raw-text.hidden {