diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index c563dd121..cd2337a7a 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-break: break-all;
 }
 .tread-wrapper .media {
     overflow: visible;
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 6c4f2b20f..10a67cd84 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;
 }