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
This commit is contained in:
Phil Hughes 2018-04-12 15:27:36 +00:00
commit 7ea7b2abe7
2 changed files with 6 additions and 7 deletions

View file

@ -344,7 +344,6 @@
svg {
vertical-align: middle;
margin-right: 3px;
}
.stage-column {
@ -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;
}
}
}

View file

@ -0,0 +1,5 @@
---
title: Align action icons in pipeline graph
merge_request:
author:
type: fixed