diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-21 15:23:45 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-03-21 15:23:45 +0000 |
commit | db8f52d4014b489eb11c8408db262a9329c8800d (patch) | |
tree | 02852cb5647efcaf25c41cb080f310a129dbde0f | |
parent | b22d4c2e9f171b6cabeb537f3a3a0a688a4e0cc3 (diff) | |
parent | 3fa82f9fb1e893684a87f57a803b9300f4567a5e (diff) | |
download | gitlab-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.scss | 4 |
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; |