summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-20 17:19:13 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-20 17:19:13 +0000
commitf1464680c15c96d3dcc6f61aa3a8d77b72f4d098 (patch)
tree30ea9befb5abbe4fbaca52c1344d9593d5d5b050
parent55770b589c7a7c6527557952e8306355102459db (diff)
parent86209b3eba592c1255a0e3d78f09edd9b5daa7b2 (diff)
downloadgitlab-ce-f1464680c15c96d3dcc6f61aa3a8d77b72f4d098.tar.gz
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
-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