Skip to content
Snippets Groups Projects
Commit 4db5f4ac authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Aligns the play button for stages

parent 38d57a61
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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>
Loading
Loading
Loading
Loading
@@ -702,6 +702,11 @@
}
}
}
.stage-action svg {
left: 1px;
top: -2px;
}
}
 
// Triggers the dropdown in the big pipeline graph
Loading
Loading
---
title: Vertically aligns the play button for stages
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment