summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 19:27:39 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 19:27:39 +0300
commita0dd5baa51b7e12ff42f94b414a06084b4311d81 (patch)
tree65b542bedd4527ea3af9c42a7b241a378a0e5090 /themes/light
parent5e738ec2784d40d48853b8663031d2966da9af37 (diff)
adjust grid view footer
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index b52979aea..2d18a39d4 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -791,10 +791,10 @@ body.ttrss_main {
.footer {
border : 0;
-
- .right {
- white-space : nowrap;
- }
+ padding : 4px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.content-inner, .intermediate {