summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 830576dcb..dc9d62bd5 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -98,6 +98,13 @@ div.cdm.expandable.active {
background : white ! important;
}
+div.cdm.expandable div.cdmHeader span.titleWrap {
+ white-space : nowrap;
+ text-overflow : ellipsis;
+ overflow : hidden;
+ max-width : 500px;
+}
+
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;