summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-06-13 14:23:08 +0300
committerAndrew Dolgov <[email protected]>2022-06-13 14:23:08 +0300
commit184efcf3f51e55ef801862fe041de180433fecf6 (patch)
tree3627f929f96d7583a105bb867565da43fccfce14 /themes/light/tt-rss.less
parentc2f70444854bcb3ab540d495e57e88460cfee842 (diff)
fix rendering of articles with titles containing extremely long words
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 6a1f45d28..1f1242f6b 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -39,6 +39,7 @@ body.ttrss_main {
.date {
white-space : nowrap;
+ margin-left : 4px;
}
img, i.material-icons {
@@ -53,6 +54,7 @@ body.ttrss_main {
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
+ word-break : break-all;
}
}