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