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:
Jan-Christoph Borchardt 2017-11-17 19:02:36 +01:00 committed by GitHub
commit 059be95d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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