Commit fc7454d8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'nav-weird-gap-fix' into 'master'

Fixed a gap underneath the scrolling inner page links

See merge request !10325
parents 47cc1fea 80b621bc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment