diff --git a/app/assets/stylesheets/components/related_items_list.scss b/app/assets/stylesheets/components/related_items_list.scss index 68b55d4207337b56a65f3ab495ebc80ccb23e9d3..048a5c0300c41f01c82c5273531249c440a08cff 100644 --- a/app/assets/stylesheets/components/related_items_list.scss +++ b/app/assets/stylesheets/components/related_items_list.scss @@ -194,7 +194,9 @@ $item-weight-max-width: 48px; } } -.mr-status-wrapper { +.mr-status-wrapper, +.mr-ci-status + { line-height: 0; } diff --git a/app/views/projects/issues/_merge_requests.html.haml b/app/views/projects/issues/_merge_requests.html.haml index 8b74bd0c83903a1f8e3cdf66f53a01c87ebb17c5..eb46bf5c6a3fff4a942def434e72c053ebed731d 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