]> git.mxchange.org Git - friendica.git/commitdiff
frio set working css property + adding fix for vier
authorJonny Tischbein <jonny_tischbein@systemli.org>
Tue, 9 Oct 2018 15:12:28 +0000 (17:12 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Tue, 9 Oct 2018 15:12:28 +0000 (17:12 +0200)
view/theme/frio/css/style.css
view/theme/vier/style.css

index 867c8a22ea8a75af77a3aedba67f97bfdf027629..cd2337a7abe087140ac1e8a2eff1022f2bcb872d 100644 (file)
@@ -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;
index 6c4f2b20f3da2ea0c550ce48a8dfe8985bdc9d5d..10a67cd84c8d6389b535cdbefa98c28c922720e3 100644 (file)
@@ -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;
 }