Commit ee8f3d5c authored by Mike Greiling's avatar Mike Greiling

Merge branch '9420-truncate-long-tags' into 'master'

Truncate long tags in runners table

See merge request gitlab-org/gitlab-ce!26666
parents 95cda2cf ab784ffa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment