1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-18 01:55:27 +00:00

attachments dropdown: display as block element

This commit is contained in:
Andrew Dolgov
2013-03-28 18:52:55 +04:00
parent 4cf0f9a900
commit bf6df2368d
2 changed files with 4 additions and 2 deletions

View File

@@ -1032,4 +1032,6 @@ body#ttrssZoom div.footer {
text-align : center;
}
select.attachments {
display : block;
}