summaryrefslogtreecommitdiff
path: root/themes/light
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/light
parent9a5c21630b5b7e2e3adb2e0334defbd9515aa833 (diff)
inline attachment links: break long words to prevent horizontal scrolling
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index a693d970d..6a1f45d28 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -1064,6 +1064,10 @@ body.ttrss_main {
max-width : 120px;
}
+ .attachments-inline a {
+ word-break: break-all;
+ }
+
#filterDlg_feeds select {
height : 150px;
width : 410px;