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

Commit

Permalink
fix(menu): menu items are not aligned in Microsoft Edge
Browse files Browse the repository at this point in the history
Fixes #3987, closes #5487
  • Loading branch information
crissdev authored and rschmukler committed Nov 9, 2015
1 parent 1ae16cb commit 818652d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ md-menu-item {
font-size: (2*$baseline-grid) - 1;
text-transform: none;
font-weight: 400;
text-align: left;
text-align: start;
height: 100%;
padding-left: 2*$baseline-grid;
padding-right: 2*$baseline-grid;
display: inline-block;
align-items: baseline;
align-content: left;
align-content: flex-start;
width:100%;
md-icon {
margin: auto 2*$baseline-grid auto 0;
Expand Down

0 comments on commit 818652d

Please sign in to comment.