fix rendering of articles with titles containing extremely long words

This commit is contained in:
Andrew Dolgov
2022-06-13 14:23:08 +03:00
parent c2f7044485
commit 184efcf3f5
8 changed files with 21 additions and 0 deletions

View File

@@ -143,6 +143,7 @@
.titleWrap {
white-space : normal;
word-break : break-all;
}
.footer {

View File

@@ -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;
}
}