summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-21 15:23:45 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-21 15:23:45 +0000
commitdb8f52d4014b489eb11c8408db262a9329c8800d (patch)
tree02852cb5647efcaf25c41cb080f310a129dbde0f
parentb22d4c2e9f171b6cabeb537f3a3a0a688a4e0cc3 (diff)
parent3fa82f9fb1e893684a87f57a803b9300f4567a5e (diff)
downloadgitlab-ce-db8f52d4014b489eb11c8408db262a9329c8800d.tar.gz
Merge branch '29659-add-padding' into 'master'
Add space to bottom of screen Closes #29659 and #23737 See merge request !10098
-rw-r--r--app/assets/stylesheets/framework/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 0a42b17c1f5..4d5a2ca52f0 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -23,6 +23,10 @@ body {
}
}
+.content-wrapper {
+ padding-bottom: 100px;
+}
+
.container {
padding-top: 0;
z-index: 5;