Skip to content

Commit

Permalink
fix(clay-css): Nav .nav-justified should work with button
Browse files Browse the repository at this point in the history
fixes #2237
  • Loading branch information
pat270 committed Aug 21, 2019
1 parent 2c22357 commit fd5e3d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/clay-css/src/scss/components/_navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@
padding-top: $nav-form-padding-top;
}

// Nav Justified

.nav-justified {
button.nav-link {
text-align: center;
width: 100%;
}
}

// Nav Stacked

.nav-stacked {
Expand Down

0 comments on commit fd5e3d0

Please sign in to comment.