diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-06-13 14:23:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-06-13 14:23:08 +0300 |
| commit | 184efcf3f51e55ef801862fe041de180433fecf6 (patch) | |
| tree | 3627f929f96d7583a105bb867565da43fccfce14 /themes/light/tt-rss.less | |
| parent | c2f70444854bcb3ab540d495e57e88460cfee842 (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.less | 2 |
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; } } |