diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 09771b4e9544beb3d5c36773b6ff112ea84b2870..1ed418df2fc6699a5fd1203e9a4dd0bc596a7310 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,