Removed related MR pipeline status icon margin

This commit is contained in:
Constance Okoghenun 2019-01-21 17:10:33 +01:00
parent 311b0cd658
commit 0943eeeaf7
2 changed files with 4 additions and 2 deletions

View file

@ -194,7 +194,9 @@ $item-weight-max-width: 48px;
}
}
.mr-status-wrapper {
.mr-status-wrapper,
.mr-ci-status
{
line-height: 0;
}

View file

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