Skip to content
Snippets Groups Projects
Commit 7ea7b2ab authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch '45287-align-icons' into 'master'

Resolve "Retry icon is misaligned in pipelines graph actions"

Closes #45287

See merge request gitlab-org/gitlab-ce!18345
parents 1e54e30f 55340c36
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -344,7 +344,6 @@
 
svg {
vertical-align: middle;
margin-right: 3px;
}
 
.stage-column {
Loading
Loading
@@ -495,17 +494,12 @@
svg {
fill: $gl-text-color-secondary;
position: relative;
left: 1px;
top: -1px;
width: 16px;
height: 16px;
}
 
&.play {
svg {
width: 16px;
height: 16px;
left: 3px;
left: 2px;
}
}
}
Loading
Loading
---
title: Align action icons in pipeline graph
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment