summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 19:30:32 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 19:30:32 +0300
commit16726ec07f52b39842decdda97f4f638634803e4 (patch)
treeac979045f837d8ff6964a259ad7c83cf7b1f9b2b /themes/light/tt-rss.less
parenta0dd5baa51b7e12ff42f94b414a06084b4311d81 (diff)
adjust grid view footer (2)
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 2d18a39d4..e184dea2f 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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 {