1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:35:57 +00:00

adjust grid view footer (2)

This commit is contained in:
Andrew Dolgov
2021-03-10 19:30:32 +03:00
parent a0dd5baa51
commit 16726ec07f
6 changed files with 21 additions and 3 deletions

View File

@@ -792,9 +792,12 @@ body.ttrss_main {
.footer {
border : 0;
padding : 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.left, .right {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.content-inner, .intermediate {