Commit 0943eeea authored by Constance Okoghenun's avatar Constance Okoghenun

Removed related MR pipeline status icon margin

parent 311b0cd6
......@@ -194,7 +194,9 @@ $item-weight-max-width: 48px;
}
}
.mr-status-wrapper {
.mr-status-wrapper,
.mr-ci-status
{
line-height: 0;
}
......
......@@ -24,7 +24,7 @@
%span.path-id-text.bold.text-truncate{ data: { toggle: 'tooltip'}, title: merge_request.target_project.full_path }
= merge_request.target_project.full_path
= merge_request.to_reference
%span.merge-request-ci-status.flex-md-grow-1.justify-content-end.d-flex.ml-md-2
%span.mr-ci-status.flex-md-grow-1.justify-content-end.d-flex.ml-md-2
- if merge_request.head_pipeline
= render_pipeline_status(merge_request.head_pipeline, tooltip_placement: 'bottom')
- elsif has_any_head_pipeline
......
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