Skip to content

Commit

Permalink
Merge pull request #1062 from primer/responsive-tabnav
Browse files Browse the repository at this point in the history
Make tabnav responsive
  • Loading branch information
simurai committed Aug 3, 2020
2 parents 8c840a2 + 2899438 commit c373293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/navigation/tabnav.scss
Expand Up @@ -7,12 +7,15 @@
}

.tabnav-tabs {
display: flex;
// stylelint-disable-next-line primer/spacing
margin-bottom: -1px;
overflow: auto;
}

.tabnav-tab {
display: inline-block;
flex-shrink: 0;
padding: $spacer-2 $spacer-3;
font-size: $h5-size;
// stylelint-disable-next-line primer/typography
Expand Down

0 comments on commit c373293

Please sign in to comment.