提交 7ea7b2ab 编写于 作者: P Phil Hughes

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
......@@ -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;
}
}
}
......
---
title: Align action icons in pipeline graph
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册