From 5e3e36fec27d2501c1021e215aeda7d41caafa3f Mon Sep 17 00:00:00 2001 From: Shamil Nunhuck Date: Wed, 15 Jun 2016 19:05:11 +0100 Subject: [PATCH] fix: Fixed the non-breaking of links causing text to display on single line with overflow --- design.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/design.css b/design.css index f0a1855..d257e43 100755 --- a/design.css +++ b/design.css @@ -398,7 +398,8 @@ body span.message{ min-height:30px; line-height: 30px; width: calc(100% - 250px); - word-break: normal; + word-break: break-word; + overflow-wrap: break-word; } body span.message img.emoticon {