Commit ba216a12 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'related-branch-ci-status-icon-alignment' into 'master'

Fixed alignment of CI icon in related issues section

Closes #31228

See merge request !10962
parents fd31d6a3 a65224d3
......@@ -101,11 +101,16 @@ ul.related-merge-requests > li {
}
}
.merge-request-ci-status {
.merge-request-ci-status,
.related-merge-requests {
.ci-status-link {
display: block;
margin-top: 3px;
margin-right: 5px;
}
svg {
margin-right: 4px;
position: relative;
top: 1px;
display: block;
}
}
......
---
title: Fixed alignment of CI icon in issues related branches
merge_request:
author:
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