1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

pre: set white-space: pre-wrap to remove horizontal scrolling

This commit is contained in:
Andrew Dolgov
2021-01-13 13:38:51 +03:00
parent f67f0f864b
commit 6311fb607d
7 changed files with 12 additions and 0 deletions
+2
View File
@@ -343,6 +343,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #555;
@@ -1880,6 +1881,7 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
white-space: pre-wrap;
}
/* rules specific to compact.css */
body.ttrss_main.ttrss_index.flat #feedTree.dijitTree .dijitTreeLabel {