diff options
author | Constance Okoghenun <constanceokoghenun@gmail.com> | 2019-01-21 17:10:33 +0100 |
---|---|---|
committer | Constance Okoghenun <constanceokoghenun@gmail.com> | 2019-01-21 17:10:33 +0100 |
commit | 0943eeeaf788ccad236364dc6ad2c5f01675c6be (patch) | |
tree | 86e6b62637911fcd88f8bc40192910e4197b9165 /app/views | |
parent | 311b0cd658c44e01539365fbef2960fb2099d936 (diff) | |
download | gitlab-ce-0943eeeaf788ccad236364dc6ad2c5f01675c6be.tar.gz |
Removed related MR pipeline status icon margin
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/issues/_merge_requests.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_merge_requests.html.haml b/app/views/projects/issues/_merge_requests.html.haml index 8b74bd0c839..eb46bf5c6a3 100644 --- a/app/views/projects/issues/_merge_requests.html.haml +++ b/app/views/projects/issues/_merge_requests.html.haml @@ -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 |