summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/tt-rss.less')
-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;
}
}