From 3e1bc6a07dbfe7899fd3118ea23e17cc48643458 Mon Sep 17 00:00:00 2001 From: Adam Arling Date: Wed, 11 Apr 2018 10:59:01 -0500 Subject: [PATCH] Fix long collection and admin set titles in facet label dropdowns to use ellipsis --- app/assets/stylesheets/hyrax/dashboard.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/hyrax/dashboard.scss b/app/assets/stylesheets/hyrax/dashboard.scss index 3bfd9ce3c0..bd1452120f 100644 --- a/app/assets/stylesheets/hyrax/dashboard.scss +++ b/app/assets/stylesheets/hyrax/dashboard.scss @@ -159,6 +159,8 @@ body.dashboard { line-height: 1.42857143; color: #333; white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .facet-count {