summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less1
-rw-r--r--themes/light/zoom.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 5a0f8542d..835585fe6 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -394,6 +394,7 @@ body.ttrss_main {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
div.prefHelp {
diff --git a/themes/light/zoom.less b/themes/light/zoom.less
index e06939ac2..e599bc447 100644
--- a/themes/light/zoom.less
+++ b/themes/light/zoom.less
@@ -64,6 +64,7 @@ body.ttrss_zoom {
display : block;
max-width : 98%;
overflow : auto;
+ white-space: pre-wrap;
}
}
}