Skip to content

Commit

Permalink
fix(ui): FolderExplorer favorites dropdown placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 5, 2018
1 parent 0a527d7 commit 1a71164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@vue/cli-ui/src/components/FolderExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
@click="toggleFavorite"
/>

<VueDropdown>
<VueDropdown
placement="bottom-end"
>
<VueButton
slot="trigger"
icon-left="arrow_drop_down"
Expand Down

0 comments on commit 1a71164

Please sign in to comment.