Commit a27d63dc authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'fix/center-ci-action-icon' into 'master'

fix: vertically center action (retry) icon

See merge request gitlab-org/gitlab!33427
parents 1afe0703 6adbbe2e
......@@ -669,7 +669,8 @@
.ci-action-icon-container {
position: absolute;
right: 5px;
top: 5px;
top: 50%;
transform: translateY(-50%);
// Action Icons in big pipeline-graph nodes
&.ci-action-icon-wrapper {
......
---
title: vertically center action icon in the CI pipeline
merge_request: 33427
author: Nathanael Weber
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