Skip to content

Commit f597bad

Browse files
committed
fix: add arrow-padding to Tooltip in ModuleId.vue
1 parent 2d64b2a commit f597bad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/vite/src/app/components/display/ModuleId.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const containerClass = computed(() => {
5959
:delay="1200"
6060
:disabled="disableTooltip || (props.id?.length || 0) < 30"
6161
placement="bottom-start"
62+
:arrow-padding="100"
6263
>
6364
<div
6465
v-if="id"

0 commit comments

Comments
 (0)