Commit 39f183a3 authored by Phil Hughes's avatar Phil Hughes

Merge branch '241129-retry-button-misaligned' into 'master'

Fix alignment of action buttons in pipelines

See merge request gitlab-org/gitlab!42971
parents e4166e66 c28bbdfc
......@@ -777,7 +777,6 @@ button.mini-pipeline-graph-dropdown-toggle {
.ci-action-icon-container {
position: absolute;
right: 8px;
top: 8px;
&.ci-action-icon-wrapper {
height: $ci-action-dropdown-button-size;
......@@ -799,8 +798,6 @@ button.mini-pipeline-graph-dropdown-toggle {
width: $ci-action-dropdown-svg-size;
height: $ci-action-dropdown-svg-size;
fill: $gl-text-color-secondary;
position: relative;
top: 1px;
vertical-align: initial;
}
}
......
---
title: Fix alignment of action buttons in pipelines
merge_request: 42971
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