summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-03 19:18:43 +0300
committerAndrew Dolgov <[email protected]>2021-03-03 19:18:43 +0300
commitdfdb746a76231bfb4c8066328bf99cd54f83783c (patch)
tree9cf38cb66c8364199fbcfd43651d0e19281b69b6 /themes/compact_night.css
parentcb7f322f09fb8ed9be95978db82f99a2e8a4661b (diff)
add word wrap for git stdout/stderr pre elements
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 af94c9c7d..12737d903 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1034,6 +1034,10 @@ body.ttrss_main .pull-left,
body.ttrss_utility .pull-left {
float: left;
}
+body.ttrss_main .pre-wrap,
+body.ttrss_utility .pre-wrap {
+ white-space: pre-wrap;
+}
body.ttrss_main .text-error,
body.ttrss_utility .text-error {
color: #b94a48;