From d7dd9f8bee46d3a63dc882470fb00247d548b32e Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sat, 2 Mar 2019 16:00:22 +0100 Subject: [PATCH] Word-wrap for long lines --- 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 fa3b3d03f..36d498ddb 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1620,6 +1620,7 @@ textarea#profile-jot-text:focus + #preview_profile-jot-text { .panel .panel-body { padding: 15px; font-size: 14px; + word-wrap: break-word; } .panel .panel-body .wall-item-content { color: #555;