mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-18 03:57:19 +02:00
10 lines
128 B
CSS
10 lines
128 B
CSS
.content-shrink-wrap {
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
height : 800px;
|
|
}
|
|
|
|
.expand-prompt {
|
|
margin-top : 16px;
|
|
}
|