Align action icons in pipeline graph

This commit is contained in:
Filipa Lacerda 2018-04-12 15:17:29 +01:00
parent 39c9091a88
commit 55340c363b
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8
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