Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
style(select): dividers now appear in scrollable menus
Browse files Browse the repository at this point in the history
closes #4017
  • Loading branch information
rschmukler committed Sep 16, 2015
1 parent 1fc7622 commit dfa4dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $max-dense-menu-height: 2 * $baseline-grid + $max-visible-items * $dense-menu-it
margin-top: $baseline-grid / 2;
margin-bottom: $baseline-grid / 2;
height: 1px;
min-height: 1px;
width: 100%;
}

Expand Down

0 comments on commit dfa4dc6

Please sign in to comment.