1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:09:13 +00:00

fix cdm.expanded title not wrapping

This commit is contained in:
Andrew Dolgov
2018-12-05 21:37:33 +03:00
parent cad6d1d7fd
commit d63c73a821
5 changed files with 12 additions and 2 deletions

View File

@@ -93,6 +93,10 @@
display : none;
}
.titleWrap {
white-space : normal;
}
.footer {
border: 0px solid #ddd;
border-bottom-width: 1px;

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long