diff options
-rw-r--r-- | apps/comments/css/comments.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 09771b4e954..1ed418df2fc 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -60,6 +60,8 @@ #commentsTabView .comment { position: relative; margin-bottom: 30px; + word-wrap: break-word; + overflow-wrap: break-word; } #commentsTabView .comment .avatar, |