Skip to content

Commit

Permalink
fix(Popover): inline-flex on trigger button
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Aug 12, 2022
1 parent 3a6ecd6 commit 593573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Popover.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<Popover v-slot="{ open, close }" :class="wrapperClass" @mouseleave="onMouseLeave">
<PopoverButton ref="trigger" as="div" @mouseover="onMouseOver">
<PopoverButton ref="trigger" as="div" class="inline-flex" @mouseover="onMouseOver">
<slot :open="open" :close="close">
<button>Open</button>
</slot>
Expand Down

0 comments on commit 593573a

Please sign in to comment.