Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(menu): add 8px top and bottom padding (#718)
Browse files Browse the repository at this point in the history
closes #708
  • Loading branch information
robzenn92 authored and yeelan0319 committed May 25, 2017
1 parent 7942505 commit 1d71a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mdc-menu/simple/mdc-simple-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ $mdc-simple-menu-item-fade-duration: .3s;
}

&__items {
display: inline-block;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
Expand Down Expand Up @@ -125,7 +124,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
/* stylelint-disable plugin/selector-bem-pattern */
.mdc-list-group,
.mdc-list {
padding: 0;
padding: 8px 0;
}

.mdc-list-item {
Expand Down

0 comments on commit 1d71a46

Please sign in to comment.