summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-13 13:38:51 +0300
committerAndrew Dolgov <[email protected]>2021-01-13 13:38:51 +0300
commit6311fb607da1c7cad2a0552ab5b0a0461c5e053c (patch)
treef4052c45e94fb98bdf250cf1ea018660463ca28e /themes/light
parentf67f0f864bbac9a60912b00b940848e45e96f046 (diff)
pre: set white-space: pre-wrap to remove horizontal scrolling
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;
}
}
}