Force breaks on extremely long words

If not broken extremely long words overflow their container.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2017-11-13 19:07:38 +01:00
parent e23921c7b1
commit 5d85af79b6
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@
#commentsTabView .comment {
position: relative;
margin-bottom: 30px;
word-wrap: break-word;
overflow-wrap: break-word;
}
#commentsTabView .comment .avatar,