From 5d85af79b63a2925032a137008e9a6944091ae05 Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Mon, 13 Nov 2017 19:07:38 +0100 Subject: 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(+) (limited to 'apps/comments/css') 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, -- cgit v1.2.3