1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00
ttrss/plugins/shorten_expanded/init.css

10 lines
128 B
CSS

.content-shrink-wrap {
overflow : hidden;
text-overflow: ellipsis;
height : 800px;
}
.expand-prompt {
margin-top : 16px;
}