mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-12 17:17:22 +02:00
10 lines
135 B
CSS
10 lines
135 B
CSS
div.contentSizeWrapper {
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
height : 800px;
|
|
}
|
|
|
|
button.expandPrompt {
|
|
margin-top : 20px;
|
|
}
|