summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-30 09:10:06 +0100
committerPhil Hughes <me@iamphill.com>2017-03-30 09:10:06 +0100
commit80b621bc385e789ace04671a9b90528c07373c5b (patch)
tree1d173395f1804cc5a86ac56543d44de477dab885
parent91f43587a8c05a5c2955f0b5c464f03688552cb6 (diff)
downloadgitlab-ce-80b621bc385e789ace04671a9b90528c07373c5b.tar.gz
Fixed a gap underneath the scrolling inner page links
-rw-r--r--app/assets/stylesheets/framework/nav.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 0e09638a8cc..e6d808717f3 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -146,6 +146,10 @@
display: block;
}
+ &.scrolling-tabs {
+ float: left;
+ }
+
li a {
padding: 16px 15px 11px;
}
@@ -480,6 +484,10 @@
.inner-page-scroll-tabs {
position: relative;
+ .nav-links {
+ padding-bottom: 1px;
+ }
+
.fade-right {
@include fade(left, $white-light);
right: 0;