summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
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/light/tt-rss.less
parentcb7f322f09fb8ed9be95978db82f99a2e8a4661b (diff)
add word wrap for git stdout/stderr pre elements
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index a4cf2f098..9044afb24 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -1229,6 +1229,10 @@ body.ttrss_main, body.ttrss_utility {
float : left;
}
+ .pre-wrap {
+ white-space : pre-wrap;
+ }
+
.text-error {
color: #b94a48;
}