From 05d27e48aa24d6174abe4d78a1710b0cf2fae7c4 Mon Sep 17 00:00:00 2001 From: Jonny Tischbein Date: Tue, 9 Oct 2018 16:47:28 +0200 Subject: [PATCH] word-wrap for comments in frio style.css --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c563dd121..867c8a22e 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1525,6 +1525,7 @@ section #jotOpen { } .panel .panel-body .wall-item-content { color: #555; + word-wrap: break-word; } .tread-wrapper .media { overflow: visible;