Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-21 18:23:45 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-03-21 18:34:37 +0300
commit6be1afbb9f74d00ef2dbc84e05823d5b8e4ca007 (patch)
tree3603d9a2796c1ff37094a692ac5fcbd0376d3db5 /app
parent9dd80963f6a954c6921236b409b12f9b640988a1 (diff)
Merge branch '29659-add-padding' into 'master'
Add space to bottom of screen Closes #29659 and #23737 See merge request !10098
Diffstat (limited to 'app')
-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;