inline attachment links: break long words to prevent horizontal scrolling
This commit is contained in:
@@ -1064,6 +1064,10 @@ body.ttrss_main {
|
||||
max-width : 120px;
|
||||
}
|
||||
|
||||
.attachments-inline a {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#filterDlg_feeds select {
|
||||
height : 150px;
|
||||
width : 410px;
|
||||
|
||||
Reference in New Issue
Block a user