Skip to content

Commit

Permalink
Fix VProfileMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
brachkow committed Nov 24, 2023
1 parent 09df6ad commit 531a423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VProfileMenu/VProfileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
@apply bg-gray bg-opacity-10;
}
.VProfileMenu__Item {
@apply block flex min-h-[32px] w-full cursor-pointer items-center whitespace-nowrap px-8 text-left hover:bg-gray hover:bg-opacity-10;
@apply flex min-h-[2em] w-full cursor-pointer items-center whitespace-nowrap px-8 text-left hover:bg-gray hover:bg-opacity-10;
}
.fade-enter-active,
Expand Down

0 comments on commit 531a423

Please sign in to comment.