From bd0af3ae9e27635330c922edaba49a2aedd7ed46 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Feb 2022 22:16:59 +0300 Subject: inline attachment links: break long words to prevent horizontal scrolling --- themes/night_blue.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/night_blue.css') 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; -- cgit v1.2.3