]> git.wh0rd.org - tt-rss.git/blame - 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
CommitLineData
2fdbff06
AD
1div.contentSizeWrapper {
2 overflow : hidden;
3 text-overflow: ellipsis;
3cea4a4b 4 height : 800px;
2fdbff06
AD
5}
6
7button.expandPrompt {
8 margin-top : 20px;
9}