Merge branch 'nav-weird-gap-fix' into 'master'
Fixed a gap underneath the scrolling inner page links See merge request !10325
This commit is contained in:
commit
fc7454d897
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue