Commit 2bd832e5 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '218234-pipeline-icon-alignment' into 'master'

Center align pipeline icons

See merge request gitlab-org/gitlab!39848
parents 73516183 91bf404d
...@@ -673,11 +673,10 @@ ...@@ -673,11 +673,10 @@
border-radius: 100%; border-radius: 100%;
display: block; display: block;
padding: 0; padding: 0;
line-height: initial; line-height: 0;
svg { svg {
fill: $gl-text-color-secondary; fill: $gl-text-color-secondary;
vertical-align: initial;
} }
.spinner { .spinner {
......
---
title: Center align pipeline graph icons
merge_request: 39848
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