summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-15 08:32:17 +0300
committerAndrew Dolgov <[email protected]>2021-01-15 08:32:17 +0300
commit3d32a5f7556dab1aaa190473823f0e5324553197 (patch)
tree4ba3dd839fd999458a7a56be4b3b4399c9c96223 /themes/compact_night.css
parent40f38fc87fe2993dfcc2c2953f0a073096e806e6 (diff)
parent6311fb607da1c7cad2a0552ab5b0a0461c5e053c (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 6666787b0..69a2d5034 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -343,6 +343,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #ccc;
@@ -1871,6 +1872,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 {