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

Fix scrolling tabs

parent 2ae20000
......@@ -210,6 +210,12 @@
.nav-links {
justify-content: center;
width: 100%;
float: none;
&.scrolling-tabs {
float: none;
}
}
}
......
......@@ -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;
......
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