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; }