Skip to content
Snippets Groups Projects
Verified Commit af86b5de authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix scrolling tabs

parent 2ae20000
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -210,6 +210,12 @@
 
.nav-links {
justify-content: center;
width: 100%;
float: none;
&.scrolling-tabs {
float: none;
}
}
}
 
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment