summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-12-20 15:01:18 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-12-20 15:13:28 +0000
commit86209b3eba592c1255a0e3d78f09edd9b5daa7b2 (patch)
tree05adc575933df47647983d5d24dd7c270110aafb
parent24c9e1e2a85651cd5e446c1f848dad64f3981493 (diff)
downloadgitlab-ce-86209b3eba592c1255a0e3d78f09edd9b5daa7b2.tar.gz
Aligns build loader animation with the job log
-rw-r--r--app/assets/stylesheets/pages/builds.scss1
-rw-r--r--changelogs/unreleased/52620-fix-loader-animation-alignment.yml5
2 files changed, 6 insertions, 0 deletions
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