Merge pull request #7163 from nextcloud/force-breaks-on-extremely-long-words-in-comments
Force breaks on extremely long words in comments
This commit is contained in:
commit
059be95d6c
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue