Skip to content
Snippets Groups Projects
Commit ade9caf7 authored by Mike Greiling's avatar Mike Greiling Committed by GitLab Release Tools Bot
Browse files

Merge branch '60231-pipeline-regression-fix' into 'master'

Override problematic display with utility class

Closes #60231

See merge request gitlab-org/gitlab-ce!27138

(cherry picked from commit 746a6faa)

42f6a8c3 Override problematic display with utility class
parent 27a64a50
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,12 +6,12 @@
- tooltip = "#{subject.name} - #{status.status_tooltip}"
 
- if status.has_details?
= link_to status.details_path, class: 'mini-pipeline-graph-dropdown-item', data: { toggle: 'tooltip', title: tooltip, container: 'body' } do
= link_to status.details_path, class: 'mini-pipeline-graph-dropdown-item d-flex', data: { toggle: 'tooltip', title: tooltip, container: 'body' } do
%span{ class: klass }= sprite_icon(status.icon)
%span.ci-build-text.text-truncate.mw-70p.gl-pl-1= subject.name
 
- else
.menu-item.mini-pipeline-graph-dropdown-item{ data: { toggle: 'tooltip', title: tooltip, container: 'body' } }
.menu-item.mini-pipeline-graph-dropdown-item.d-flex{ data: { toggle: 'tooltip', title: tooltip, container: 'body' } }
%span{ class: klass }= sprite_icon(status.icon)
%span.ci-build-text.text-truncate.mw-70p.gl-pl-1= subject.name
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment