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

chore: lint

This commit is contained in:
Shawn Allen 2019-02-20 12:07:51 -08:00
parent 43fd5cedd6
commit 14ee520c75

View File

@ -1,9 +1,9 @@
.UnderlineNav {
display: flex;
justify-content: space-between;
border-bottom: 1px solid $gray-200;
overflow-x: auto;
overflow-y: hidden;
border-bottom: 1px solid $gray-200;
justify-content: space-between;
}
.UnderlineNav-body {