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

Commit

Permalink
style(menu): fix md-button rendering incorrectly
Browse files Browse the repository at this point in the history
closes #3322, closes #3292
  • Loading branch information
rschmukler committed Jun 21, 2015
1 parent 17f38b0 commit e08f51d
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 @@ -77,6 +77,7 @@ md-menu-item {
padding-left: 2*$baseline-grid;
padding-right: 2*$baseline-grid;
display: flex;
flex-direction: row;
md-icon {
margin: auto 2*$baseline-grid auto 0;
}
Expand Down

0 comments on commit e08f51d

Please sign in to comment.