From 903290a764a4b4a56053aad7384842b211446828 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 9 Oct 2018 15:09:51 -0400 Subject: [PATCH] Revert "Word Wrap for long words in comments" --- view/theme/frio/css/style.css | 1 - view/theme/vier/style.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index cd2337a7ab..c563dd121a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1525,7 +1525,6 @@ section #jotOpen { } .panel .panel-body .wall-item-content { color: #555; - word-break: break-all; } .tread-wrapper .media { overflow: visible; diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 10a67cd84c..6c4f2b20f3 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1467,7 +1467,7 @@ section.minimal { /* font-size: 14px; */ max-width: 660px; word-wrap: break-word; - word-break: break-all; + word-break: break-word; /* line-height: 1.36; */ padding-bottom: 6px; }