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 gziolo committed Aug 29, 2019
1 parent ad56711 commit 1f827d3
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 1f827d3

Please sign in to comment.