Fix scrolling tabs

This commit is contained in:
Annabel Dunstone Gray 2017-09-28 16:17:04 -07:00
parent 2ae20000a3
commit af86b5dec1
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 8 additions and 0 deletions

View File

@ -210,6 +210,12 @@
.nav-links {
justify-content: center;
width: 100%;
float: none;
&.scrolling-tabs {
float: none;
}
}
}

View File

@ -11,6 +11,8 @@
display: flex;
a {
padding: $gl-btn-padding;
padding-bottom: 11px;
font-size: 14px;
line-height: 28px;
color: $gl-text-color-secondary;