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

feed debugger: wrap long lines

This commit is contained in:
Andrew Dolgov
2021-01-22 15:58:26 +03:00
parent b30b354b53
commit 43e9dd5ea9
6 changed files with 24 additions and 0 deletions

View File

@@ -1647,6 +1647,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
body.ttrss_utility.installer pre,
body.ttrss_utility.feed_debugger pre {
white-space: pre-wrap;
}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;