Commit 4db5f4ac authored by Filipa Lacerda's avatar Filipa Lacerda

Aligns the play button for stages

parent 38d57a61
......@@ -61,7 +61,7 @@ export default {
:action-icon="action.icon"
:tooltip-text="action.title"
:link="action.path"
class="js-stage-action position-absolute position-top-0 rounded"
class="js-stage-action stage-action position-absolute position-top-0 rounded"
@pipelineActionRequestComplete="pipelineActionRequestComplete"
/>
</div>
......
......@@ -702,6 +702,11 @@
}
}
}
.stage-action svg {
left: 1px;
top: -2px;
}
}
// Triggers the dropdown in the big pipeline graph
......
---
title: Vertically aligns the play button for stages
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment