diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 867c8a22ea..cd2337a7ab 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1525,7 +1525,7 @@ section #jotOpen { } .panel .panel-body .wall-item-content { color: #555; - word-wrap: break-word; + word-break: break-all; } .tread-wrapper .media { overflow: visible; diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 6c4f2b20f3..10a67cd84c 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-word; + word-break: break-all; /* line-height: 1.36; */ padding-bottom: 6px; }