Commit 6c8a4863 authored by Justin Ho Tuan Duong's avatar Justin Ho Tuan Duong

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

This reverts merge request !42971
parent d6e91e24
......@@ -777,6 +777,7 @@ 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;
......@@ -798,6 +799,8 @@ 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