Skip to content

Commit

Permalink
fix(menu): apply padding to dividers per spec
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 565245411
  • Loading branch information
Elliott Marquez authored and copybara-github committed Sep 14, 2023
1 parent 2927245 commit df52d92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menu/internal/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,8 @@
height: inherit;
max-height: inherit;
}

::slotted(:is(md-divider, [role='separator'])) {
margin: 8px 0;
}
}

0 comments on commit df52d92

Please sign in to comment.