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:
@@ -93,6 +93,10 @@
|
||||
display : none;
|
||||
}
|
||||
|
||||
.titleWrap {
|
||||
white-space : normal;
|
||||
}
|
||||
|
||||
.footer {
|
||||
border: 0px solid #ddd;
|
||||
border-bottom-width: 1px;
|
||||
|
||||
@@ -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
@@ -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
Reference in New Issue
Block a user