php info: prevent horizontal scrolling

This commit is contained in:
Andrew Dolgov 2019-03-04 09:05:34 +03:00
parent 925065b1fe
commit e8edad377a
7 changed files with 7 additions and 3 deletions

View File

@ -1525,6 +1525,7 @@ body.ttrss_prefs .phpinfo td.e {
}
body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
word-break: break-all;
}
body.ttrss_prefs fieldset,
body.ttrss_utility fieldset {

File diff suppressed because one or more lines are too long

View File

@ -139,6 +139,7 @@ body.ttrss_prefs {
td.v {
font-family : monospace;
word-break : break-all;
}
}
}

View File

@ -1526,6 +1526,7 @@ body.ttrss_prefs .phpinfo td.e {
}
body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
word-break: break-all;
}
body.ttrss_prefs fieldset,
body.ttrss_utility fieldset {

File diff suppressed because one or more lines are too long

View File

@ -1526,6 +1526,7 @@ body.ttrss_prefs .phpinfo td.e {
}
body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
word-break: break-all;
}
body.ttrss_prefs fieldset,
body.ttrss_utility fieldset {

File diff suppressed because one or more lines are too long