summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less15
1 files changed, 8 insertions, 7 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index bf677decf..506019d4e 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -79,13 +79,6 @@
font-size : @font-size-small;
font-weight : normal;
}
-
- .tags {
- max-width : 50%;
- overflow : hidden;
- white-space : nowrap;
- text-overflow : ellipsis;
- }
}
.footer {
@@ -107,6 +100,7 @@
.left {
flex-grow : 2;
+ min-width : 0;
> * {
margin-right : 4px;
@@ -118,6 +112,13 @@
margin-left : 4px;
}
}
+
+ .tags {
+ max-width : 50%;
+ overflow : hidden;
+ white-space : nowrap;
+ text-overflow : ellipsis;
+ }
}
.content-inner {