summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/themes/light.css b/themes/light.css
index cf2358c50..e7aa0c11e 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1299,12 +1299,6 @@ body.ttrss_utility hr {
font-size: 11px;
font-weight: normal;
}
-.cdm .header .tags {
- max-width: 50%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
.cdm .footer {
height: 30px;
padding-left: 5px;
@@ -1323,6 +1317,7 @@ body.ttrss_utility hr {
}
.cdm .footer .left {
flex-grow: 2;
+ min-width: 0;
}
.cdm .footer .left > * {
margin-right: 4px;
@@ -1330,6 +1325,12 @@ body.ttrss_utility hr {
.cdm .footer .right > * {
margin-left: 4px;
}
+.cdm .footer .tags {
+ max-width: 50%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
.cdm .content-inner {
margin: 10px;
line-height: 1.5;