summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/layout.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 8f4930ce4cf..0c7cb5e3489 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -117,6 +117,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
border-top: 0;
// margin-top: 10px;
// border-radius: 3px;
+ padding-bottom: 10px !important;
}
.nav-links {
@@ -124,6 +125,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
border: 0;
margin-top: 0;
border-radius: 0;
+ padding-bottom: 0 !important;
}
}
}