summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css6
1 files changed, 6 insertions, 0 deletions
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 {