Skip to content

Commit

Permalink
fix(menu): Remove max-width (#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Sep 19, 2018
1 parent 359710d commit c44ca61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/mdc-menu/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@

$mdc-menu-width-base: 56px;
$mdc-menu-min-width: 2 * $mdc-menu-width-base;
$mdc-menu-max-width: 6 * $mdc-menu-width-base;
1 change: 0 additions & 1 deletion packages/mdc-menu/mdc-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
@include mdc-list-item-graphic-ink-color(text-primary-on-background);

min-width: $mdc-menu-min-width;
max-width: $mdc-menu-max-width;

.mdc-list-divider {
margin: 8px 0;
Expand Down

0 comments on commit c44ca61

Please sign in to comment.