summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css3
-rw-r--r--css/tt-rss.css6
2 files changed, 9 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 2e1ffd2ab..234f53398 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -223,6 +223,9 @@ div.cdm .hlFeed a {
div.cdmContentInner p {
max-width : 650px;
text-align : justify;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
}
div.cdmContentInner iframe {
diff --git a/css/tt-rss.css b/css/tt-rss.css
index ce30167e0..f07154a3b 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -995,6 +995,9 @@ span.collapseBtn {
div.postContent p {
max-width : 650px;
text-align : justify;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
}
div.postContent iframe {
@@ -1018,6 +1021,9 @@ body#ttrssZoom {
body#ttrssZoom div.postContent p {
max-width : 650px;
text-align : justify;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
}
body#ttrssZoom div.postHeader {