summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-30 16:24:04 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-30 16:24:04 +0000
commitc5e26e57282f8e9423c9281196e4bf317887d68e (patch)
treecb2cedc5dadef3d3905633570de3b65c5d76fa55
parent8f1460ac776dedf2a0e42decc1d0d1f3f9a76576 (diff)
parent8732b3b69aa9d291cd593ea44b22f10f5fe22e62 (diff)
downloadgitlab-ce-c5e26e57282f8e9423c9281196e4bf317887d68e.tar.gz
Merge branch '30502-fix-bottom-padding-job-page' into 'master'
Remove extra bottom padding on Job log page Closes #30502 See merge request !11791
-rw-r--r--app/assets/stylesheets/pages/builds.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index fefb53df648..e35558ad8e8 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -375,6 +375,10 @@
.container-fluid.container-limited {
max-width: 100%;
}
+
+ .content-wrapper {
+ padding-bottom: 6px;
+ }
}
.build-detail-row {