summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-02-23 22:16:59 +0300
committerAndrew Dolgov <[email protected]>2022-02-23 22:16:59 +0300
commitbd0af3ae9e27635330c922edaba49a2aedd7ed46 (patch)
tree8ec73c57125dcbe20fd16303ef2a0f417b8f33ea /themes/night_blue.css
parent9a5c21630b5b7e2e3adb2e0334defbd9515aa833 (diff)
inline attachment links: break long words to prevent horizontal scrolling
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 4af40399a..458db3616 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -898,6 +898,9 @@ body.ttrss_main select.attachments {
margin-top: 10px;
max-width: 120px;
}
+body.ttrss_main .attachments-inline a {
+ word-break: break-all;
+}
body.ttrss_main #filterDlg_feeds select {
height: 150px;
width: 410px;