summaryrefslogtreecommitdiff
path: root/themes
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
parentcb7f322f09fb8ed9be95978db82f99a2e8a4661b (diff)
add word wrap for git stdout/stderr pre elements
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css4
-rw-r--r--themes/compact_night.css4
-rw-r--r--themes/light.css4
-rw-r--r--themes/light/tt-rss.less4
-rw-r--r--themes/night.css4
-rw-r--r--themes/night_blue.css4
6 files changed, 24 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 19a04c7f8..230aab7da 100644
--- a/themes/compact.css
+++ b/themes/compact.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;
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;
diff --git a/themes/light.css b/themes/light.css
index 075b949fe..f8da03ca0 100644
--- a/themes/light.css
+++ b/themes/light.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;
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;
}
diff --git a/themes/night.css b/themes/night.css
index 52748567e..b30c260f6 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1035,6 +1035,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;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 4e4e68a54..46f1aa124 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1035,6 +1035,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;