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

@@ -57,6 +57,7 @@ body.ttrss_main .post .header .comments {
}
body.ttrss_main .post .header .date {
white-space: nowrap;
margin-left: 4px;
}
body.ttrss_main .post .header img,
body.ttrss_main .post .header i.material-icons {
@@ -70,6 +71,7 @@ body.ttrss_main .post .header .title {
font-weight: 600;
text-rendering: optimizelegibility;
font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
word-break: break-all;
}
body.ttrss_main .post div.content {
padding: 10px;
@@ -1339,6 +1341,7 @@ body.ttrss_utility hr {
}
.cdm.expanded .titleWrap {
white-space: normal;
word-break: break-all;
}
.cdm.expanded .footer {
border: 0px solid #ddd;