Commit 0232d08c authored by Nathanael Weber's avatar Nathanael Weber

fix: vertically center action (retry) icon

parent 90623b0d
...@@ -669,7 +669,8 @@ ...@@ -669,7 +669,8 @@
.ci-action-icon-container { .ci-action-icon-container {
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 5px; top: 50%;
transform: translateY(-50%);
// Action Icons in big pipeline-graph nodes // Action Icons in big pipeline-graph nodes
&.ci-action-icon-wrapper { &.ci-action-icon-wrapper {
......
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