summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-01 21:41:52 +0300
committerAndrew Dolgov <[email protected]>2023-03-01 21:41:52 +0300
commitb7a6c948d078a59739f14de8454e0e7237d0722e (patch)
treeb9f6b39b13daec451dead546bf6ddde7a40be764 /themes/light/cdm.less
parent04c2fa9f156931cd4f7c3dcf468c110169f76459 (diff)
tags display: instead of limiting to 5 tags, limit by container width %
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 05ba3c99a..bf677decf 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -79,6 +79,13 @@
font-size : @font-size-small;
font-weight : normal;
}
+
+ .tags {
+ max-width : 50%;
+ overflow : hidden;
+ white-space : nowrap;
+ text-overflow : ellipsis;
+ }
}
.footer {