]> git.mxchange.org Git - friendica.git/commitdiff
Revert "Word Wrap for long words in comments"
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 9 Oct 2018 19:09:51 +0000 (15:09 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 19:09:51 +0000 (15:09 -0400)
view/theme/frio/css/style.css
view/theme/vier/style.css

index cd2337a7abe087140ac1e8a2eff1022f2bcb872d..c563dd121a87bc6c680d775e388985f1e381b279 100644 (file)
@@ -1525,7 +1525,6 @@ section #jotOpen {
 }
 .panel .panel-body .wall-item-content {
     color: #555;
-    word-break: break-all;
 }
 .tread-wrapper .media {
     overflow: visible;
index 10a67cd84c8d6389b535cdbefa98c28c922720e3..6c4f2b20f3da2ea0c550ce48a8dfe8985bdc9d5d 100644 (file)
@@ -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;
 }