1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-12 23:15: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;

View File

@@ -1801,6 +1801,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;

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;

View File

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

View File

@@ -1802,6 +1802,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;

View File

@@ -1802,6 +1802,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;