From 86209b3eba592c1255a0e3d78f09edd9b5daa7b2 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 20 Dec 2018 15:01:18 +0000 Subject: [PATCH] Aligns build loader animation with the job log --- app/assets/stylesheets/pages/builds.scss | 1 + .../unreleased/52620-fix-loader-animation-alignment.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 changelogs/unreleased/52620-fix-loader-animation-alignment.yml diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index c7dde2f0f2a..09235661cea 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -135,6 +135,7 @@ .build-loader-animation { @include build-loader-animation; float: left; + padding-left: $gl-padding-8; } } diff --git a/changelogs/unreleased/52620-fix-loader-animation-alignment.yml b/changelogs/unreleased/52620-fix-loader-animation-alignment.yml new file mode 100644 index 00000000000..5cfb7fc019f --- /dev/null +++ b/changelogs/unreleased/52620-fix-loader-animation-alignment.yml @@ -0,0 +1,5 @@ +--- +title: Aligns build loader animation with the job log +merge_request: 23959 +author: +type: fixed -- GitLab