summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-04 09:05:34 +0300
committerAndrew Dolgov <[email protected]>2019-03-04 09:05:34 +0300
commite8edad377a4e89e67ac43786a4674def7b2516e3 (patch)
treef9169d81c57eb71cfbe9bf42bda6ad13908213e8 /themes/night_blue.css
parent925065b1fed03710cef9018c2078b95b0fa425ad (diff)
php info: prevent horizontal scrolling
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index ec603d459..e116e006f 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -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 {