summaryrefslogtreecommitdiff
path: root/css/default.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 /css/default.css
parentcad6d1d7fd4f53d3f8363bbe0e8652b1fdd6381e (diff)
fix cdm.expanded title not wrapping
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index 7ef53e6d7..f331dc920 100644
--- a/css/default.css
+++ b/css/default.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;