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:
parent
e23921c7b1
commit
5d85af79b6
|
@ -60,6 +60,8 @@
|
|||
#commentsTabView .comment {
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#commentsTabView .comment .avatar,
|
||||
|
|
Loading…
Reference in New Issue