summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-22 15:58:26 +0300
committerAndrew Dolgov <[email protected]>2021-01-22 15:58:26 +0300
commit43e9dd5ea9e1202c320ae6bedd69b1c2a5ac407b (patch)
treeca351ff3d9cf3a2d6d21aa480bb09c0e469bd8d2 /themes/compact_night.css
parentb30b354b53212a406b677a904c7bf0fe43c2f8c7 (diff)
feed debugger: wrap long lines
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 69a2d5034..be0c248f3 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1801,6 +1801,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
+body.ttrss_utility.installer pre,
+body.ttrss_utility.feed_debugger pre {
+ white-space: pre-wrap;
+}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;