Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-01-21 19:10:33 +0300
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-01-21 19:10:33 +0300
commit0943eeeaf788ccad236364dc6ad2c5f01675c6be (patch)
tree86e6b62637911fcd88f8bc40192910e4197b9165 /app/views/projects/issues
parent311b0cd658c44e01539365fbef2960fb2099d936 (diff)
Removed related MR pipeline status icon margin
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/_merge_requests.html.haml2
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