From de768ed620ad9023c0c00e95e104fc24e8a9df0e Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Wed, 17 May 2017 18:35:45 +0200 Subject: [PATCH] word-wrap: break-word on comments and story text --- app/assets/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6810ee4..67747c6 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -675,6 +675,7 @@ div.story_text { margin-bottom: 1.5em; max-width: 700px; line-height: 1.4em; + word-wrap: break-word; } div.story_text p { margin: 0.75em 0; @@ -693,6 +694,7 @@ a#story_text_expander { div.comment_text { max-width: 700px; + word-wrap: break-word; } div.comment_text blockquote,