Even better, add a css ellipsis on text that overflows
authorMatthew Wire <devel@mrwire.co.uk>
Tue, 24 Oct 2017 15:34:10 +0000 (16:34 +0100)
committerMatthew Wire <devel@mrwire.co.uk>
Tue, 24 Oct 2017 15:34:10 +0000 (16:34 +0100)
css/civicrm.css

index 67c7081ff6d60544a4c2e083c83474c759c2c3fa..a30c25c3c34025f1993398cdd3e49a1590cc497a 100644 (file)
@@ -1128,6 +1128,7 @@ input.crm-form-entityref {
 
 .crm-recentview-item {
   overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 #crm-recently-viewed .crm-recentview-wrapper a:hover {