word-wrap: break-word on comments and story text

This commit is contained in:
Carl Chenet 2017-05-17 18:35:45 +02:00
parent ae60d827c6
commit de768ed620

View file

@ -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,