Skip to content

Commit

Permalink
fix(dropdown): remove margin on nav-divider
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Jan 12, 2017
1 parent f05777f commit 53f81fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scss/mixins/_nav-divider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

@mixin nav-divider($color: #e5e5e5) {
height: 1px;
// Boosted mod
margin: $spacer-y 0;
// end mod
overflow: hidden;
background-color: $color;
}

0 comments on commit 53f81fe

Please sign in to comment.