From 5d85af79b63a2925032a137008e9a6944091ae05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Mon, 13 Nov 2017 19:07:38 +0100 Subject: [PATCH] Force breaks on extremely long words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If not broken extremely long words overflow their container. Signed-off-by: Daniel Calviño Sánchez --- apps/comments/css/comments.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 09771b4e95..1ed418df2f 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,