From 8a4a7d35891e8c847628cdae78fc233f46f48a0a Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 14 Nov 2017 15:37:26 +0100 Subject: [PATCH] Break long words in comment --- client/coral-embed-stream/src/components/Comment.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/src/components/Comment.css b/client/coral-embed-stream/src/components/Comment.css index b9957bbce..f5bead3b8 100644 --- a/client/coral-embed-stream/src/components/Comment.css +++ b/client/coral-embed-stream/src/components/Comment.css @@ -158,6 +158,7 @@ } .content { + word-wrap: break-word; } .footer {