1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

add word wrap for git stdout/stderr pre elements

This commit is contained in:
Andrew Dolgov
2021-03-03 19:18:43 +03:00
parent cb7f322f09
commit dfdb746a76
7 changed files with 31 additions and 6 deletions

View File

@@ -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;