1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00

Merge pull request #1062 from primer/responsive-tabnav

Make tabnav responsive
This commit is contained in:
simurai 2020-08-03 09:28:43 +09:00 committed by GitHub
commit c373293ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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