Force word-wrap in texts by breaking in words.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 19 Jun 2011 10:12:38 +0000 (12:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 19 Jun 2011 10:12:38 +0000 (12:12 +0200)
Thanks, SeekingForAttention, for the suggestion.

src/main/resources/static/css/sone.css

index ae38d7d..1dda47e 100644 (file)
@@ -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 {