summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
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/compact_night.css
parentc2f70444854bcb3ab540d495e57e88460cfee842 (diff)
fix rendering of articles with titles containing extremely long words
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 16097ec6e..761294d86 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -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 #222;