Skip to content

Commit

Permalink
fix(MdMenu): fix vertical alignment for menu items in IE (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed Mar 27, 2018
1 parent 2eb4b12 commit 5d3dfcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/MdMenu/MdMenuContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@
text-transform: none;
white-space: nowrap;
.md-list-item-container {
height: 100%;
}
@include md-layout-small {
font-size: 14px;
}
Expand Down

0 comments on commit 5d3dfcf

Please sign in to comment.