filters dialog: do not break markup on long feed names

This commit is contained in:
Andrew Dolgov
2017-07-09 16:39:25 +03:00
parent b2d42e960b
commit be61f1c45c
2 changed files with 6 additions and 1 deletions

View File

@@ -1094,6 +1094,11 @@ body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
top : -2px;
}
#filterDlg_feeds select {
height : 150px;
width : 410px;
}
ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
margin-right : 5px;
}