summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 21:37:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 21:37:33 +0300
commitd63c73a821568ea457354392a7caf4cc06059b69 (patch)
tree1969b3061ceaea3eb92a572c3b6bfaa0bab3eb41 /themes/night.css
parentcad6d1d7fd4f53d3f8363bbe0e8652b1fdd6381e (diff)
fix cdm.expanded title not wrapping
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 6c628e802..95fea981a 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1107,6 +1107,9 @@ body.ttrss_main .hl.published .left i.pub-pic {
.cdm.expanded .excerpt {
display: none;
}
+.cdm.expanded .titleWrap {
+ white-space: normal;
+}
.cdm.expanded .footer {
border: 0px solid #ddd;
border-bottom-width: 1px;