Merge branch '64265-center-loading-icon' into 'master'

Centers loading icon in CI action

Closes #64265

See merge request gitlab-org/gitlab-ce!30947
This commit is contained in:
Phil Hughes 2019-07-19 15:54:16 +00:00
commit 2e56b13468
2 changed files with 10 additions and 0 deletions

View file

@ -695,6 +695,10 @@
top: -1px;
}
.spinner {
top: 2px;
}
&.play {
svg {
left: 2px;
@ -861,6 +865,7 @@ button.mini-pipeline-graph-dropdown-toggle {
}
}
.spinner,
svg {
width: $ci-action-dropdown-svg-size;
height: $ci-action-dropdown-svg-size;

View file

@ -0,0 +1,5 @@
---
title: Center loading icon in CI action component
merge_request:
author:
type: fixed