Skip to content

Commit 5d3dfcf

Browse files
Samuell1marcosmoura
authored andcommitted
fix(MdMenu): fix vertical alignment for menu items in IE (#1615)
1 parent 2eb4b12 commit 5d3dfcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/MdMenu/MdMenuContent.vue

+4
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@
365365
text-transform: none;
366366
white-space: nowrap;
367367
368+
.md-list-item-container {
369+
height: 100%;
370+
}
371+
368372
@include md-layout-small {
369373
font-size: 14px;
370374
}

0 commit comments

Comments
 (0)