Skip to content

Commit

Permalink
fix: style of NeTooltip
Browse files Browse the repository at this point in the history
This change fixes the position of account menu icon in the top bar
  • Loading branch information
andre8244 committed Apr 12, 2024
1 parent 075f9b4 commit c0bc262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NeTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defineProps({

<template>
<Tippy :interactive="interactive" :placement="placement" :trigger="triggerEvent" theme="tailwind">
<span class="cursor-pointer">
<span class="inline-flex cursor-pointer">
<slot name="trigger">
<FontAwesomeIcon
:icon="faCircleInfo"
Expand Down

0 comments on commit c0bc262

Please sign in to comment.