Commit f1464680 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '52620-fix-loader-animation-alignment' into 'master'

Resolve "build-loader-animation dots misaligned"

Closes #52620

See merge request gitlab-org/gitlab-ce!23959
parents 55770b58 86209b3e
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
.build-loader-animation { .build-loader-animation {
@include build-loader-animation; @include build-loader-animation;
float: left; float: left;
padding-left: $gl-padding-8;
} }
} }
......
---
title: Aligns build loader animation with the job log
merge_request: 23959
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