From ab784ffa60be13f0ca4ff3f5136fdf57450bdef8 Mon Sep 17 00:00:00 2001 From: Sarah Groff Hennigh-Palermo Date: Thu, 28 Mar 2019 21:28:06 +0000 Subject: Truncate long tags in runners table --- app/views/admin/runners/_runner.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml index ecf2b1d60ba..423472324fe 100644 --- a/app/views/admin/runners/_runner.html.haml +++ b/app/views/admin/runners/_runner.html.haml @@ -50,7 +50,7 @@ .table-mobile-header{ role: 'rowheader' }= _('Tags') .table-mobile-content - runner.tags.map(&:name).sort.each do |tag| - %span.badge.badge-primary + %span.badge.badge-primary.str-truncated.has-tooltip{ title: tag } = tag .table-section.section-10 -- cgit v1.2.1