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

10 lines
135 B
CSS

div.contentSizeWrapper {
overflow : hidden;
text-overflow: ellipsis;
height : 700px;
}
button.expandPrompt {
margin-top : 20px;
}