Skip to content

Commit

Permalink
fix(ui): fix messed up layout
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Mar 11, 2024
1 parent ec65ccd commit 8b75f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Ui/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defineProps<{
</script>

<template>
<div v-tippy="{ content: title }">
<div v-tippy="{ content: title }" class="inline-block relative">
<slot />
</div>
</template>

0 comments on commit 8b75f55

Please sign in to comment.