Skip to content

Commit

Permalink
✨ Improve popover size
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Oct 29, 2024
1 parent 759a574 commit 8e2ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/popover/popover-content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{sideOffset}
{...$$restProps}
class={cn(
'z-50 w-60 rounded-md border border-neutral-200 dark:border-neutral-800 bg-white dark:bg-neutral-900 p-4 text-popover-foreground shadow-md outline-none',
'z-50 w-auto rounded-md border border-neutral-200 bg-white p-3 shadow-md outline-none dark:border-neutral-800 dark:bg-neutral-900',
className
)}
>
Expand Down

0 comments on commit 8e2ff76

Please sign in to comment.