summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
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/tt-rss.less
parentf67f0f864bbac9a60912b00b940848e45e96f046 (diff)
pre: set white-space: pre-wrap to remove horizontal scrolling
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less1
1 files changed, 1 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 {