Skip to content

Commit

Permalink
fix: show the tooltip below the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
orlinmalkja committed Dec 20, 2024
1 parent c0b5448 commit 86da451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/metadata/CopyCitation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<Message
v-show="copiedCitation || isHovered"
:pt="{
root: 't-bg-zinc-700 t-text-white t-text-sm t-absolute t-rounded',
wrapper: 't-flex t-flex-row t-w-fit t-pr-1',
root: 't-bg-zinc-700 t-text-white t-text-sm t-absolute -t-left-4 t-w-fit t-whitespace-nowrap t-rounded',
wrapper: 't-flex t-flex-row t-pr-1',
icon: 't-hidden',
text: 't-pl-1',
closebutton: {
Expand Down

0 comments on commit 86da451

Please sign in to comment.