From ad98b8daf978a69cd95ff58e5bb0798b2632c1af Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 24 Oct 2017 16:34:10 +0100 Subject: [PATCH] Even better, add a css ellipsis on text that overflows --- css/civicrm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index 67c7081ff6..a30c25c3c3 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1128,6 +1128,7 @@ input.crm-form-entityref { .crm-recentview-item { overflow: hidden; + text-overflow: ellipsis; } #crm-recently-viewed .crm-recentview-wrapper a:hover { -- 2.25.1