]> git.wh0rd.org - tt-rss.git/blob - plugins/shorten_expanded/init.css
go back to fixed wrapper height because dynamic one breaks layout in chrome :(
[tt-rss.git] / plugins / shorten_expanded / init.css
1 div.contentSizeWrapper {
2 overflow : hidden;
3 text-overflow: ellipsis;
4 height : 800px;
5 }
6
7 button.expandPrompt {
8 margin-top : 20px;
9 }