From 6311fb607da1c7cad2a0552ab5b0a0461c5e053c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Jan 2021 13:38:51 +0300 Subject: pre: set white-space: pre-wrap to remove horizontal scrolling --- themes/light/zoom.less | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/light/zoom.less') 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; } } } -- cgit v1.2.3