summaryrefslogtreecommitdiff
path: root/themes/night.css
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/night.css
parentf67f0f864bbac9a60912b00b940848e45e96f046 (diff)
pre: set white-space: pre-wrap to remove horizontal scrolling
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index face01932..e47120d8f 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -344,6 +344,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #ccc;
@@ -1872,6 +1873,7 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.flat.ttrss_main.ttrss_prefs #main,
body.flat.ttrss_main.ttrss_prefs #footer {