summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-30 16:24:04 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-06-08 10:00:14 +0000
commit1cd4776f7c2a04d34c86376be99ed072a531eb72 (patch)
treecdf4cbae987577c5a0063e92ce5d522796243a11
parent9b5c78868436fc33462eecaaddd5feb3d35a6a16 (diff)
downloadgitlab-ce-1cd4776f7c2a04d34c86376be99ed072a531eb72.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 14a62b6cbf0..47aa7a1d658 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -390,6 +390,10 @@
.container-fluid.container-limited {
max-width: 100%;
}
+
+ .content-wrapper {
+ padding-bottom: 6px;
+ }
}
.build-detail-row {