mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
10 lines
139 B
CSS
10 lines
139 B
CSS
div.contentSizeWrapper {
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
/*height : 700px;*/
|
|
}
|
|
|
|
button.expandPrompt {
|
|
margin-top : 20px;
|
|
}
|