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
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-07-07 11:05:50 +0300
committerkushalpandya <kushal@gitlab.com>2017-07-07 11:05:50 +0300
commit6a19b789ff8a592b25bcb0bc11f9dc5320f97ae5 (patch)
tree94cebdf47463c566f13766db14ca275a4ec97e17 /app/assets/stylesheets/framework/blank.scss
parent7d2a4efe634500801ea681a46834a832ad20a542 (diff)
Add container bottom padding
Diffstat (limited to 'app/assets/stylesheets/framework/blank.scss')
-rw-r--r--app/assets/stylesheets/framework/blank.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blank.scss b/app/assets/stylesheets/framework/blank.scss
index 6409bc63d73..2149ce9a810 100644
--- a/app/assets/stylesheets/framework/blank.scss
+++ b/app/assets/stylesheets/framework/blank.scss
@@ -10,6 +10,7 @@
.section-body {
width: 100%;
height: 100%;
+ padding-bottom: 25px;
border: 1px solid $border-color;
border-radius: $border-radius-default;