Skip to content
Snippets Groups Projects

Resolve "Retry icon is misaligned in pipelines graph actions"

Merged Filipa Lacerda requested to merge 45287-align-icons into master
2 files
+ 6
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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;
}
}
}
Loading