]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #5860 from JonnyTischbein/issue_comment_wrap
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 9 Oct 2018 15:17:11 +0000 (11:17 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 15:17:11 +0000 (11:17 -0400)
[frio] Word Wrap for long words in comments

view/theme/frio/css/style.css
view/theme/vier/style.css

index c563dd121a87bc6c680d775e388985f1e381b279..cd2337a7abe087140ac1e8a2eff1022f2bcb872d 100644 (file)
@@ -1525,6 +1525,7 @@ section #jotOpen {
 }
 .panel .panel-body .wall-item-content {
     color: #555;
+    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;
 }