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/compact_night.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/compact_night.css') diff --git a/themes/compact_night.css b/themes/compact_night.css index e84f42755..caaea832b 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -897,6 +897,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