Skip to content

Commit

Permalink
DropdownMenu: Fix shifting menu items (#16871)
Browse files Browse the repository at this point in the history
Fix menu items in the More menu from shifting horizontally when
selected.
  • Loading branch information
noisysocks authored and Tammie Lister committed Aug 9, 2019
1 parent c7faf14 commit 60ec8fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/dropdown-menu/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,9 @@
&.has-icon {
padding-left: 0.5rem;
}

.dashicon {
margin-right: 4px;
}
}
}

0 comments on commit 60ec8fe

Please sign in to comment.