summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 19:31:25 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 19:31:25 +0300
commit84fe383ed4ceba9532959f3d9eb1876d9a9cfc84 (patch)
treee2f4f97db7286a0b5fea954a1d7cce773e14523e /themes/light
parent16726ec07f52b39842decdda97f4f638634803e4 (diff)
adjust grid view footer (3)
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index e184dea2f..db17647a4 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -794,9 +794,12 @@ body.ttrss_main {
padding : 4px;
.left, .right {
+ white-space: nowrap;
+ }
+
+ .left {
overflow: hidden;
text-overflow: ellipsis;
- white-space: nowrap;
}
}