Truncate long tags in runners table

This commit is contained in:
Sarah Groff Hennigh-Palermo 2019-03-28 21:28:06 +00:00 committed by Mike Greiling
parent 95cda2cfb3
commit ab784ffa60
1 changed files with 1 additions and 1 deletions

View File

@ -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