Skip to content

Commit

Permalink
sideoffset back to default 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccrory-grx committed Oct 2, 2024
1 parent d868668 commit 5d303d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/registry/default/ui/dropdown-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const DropdownMenuContent = React.forwardRef<
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content> & {
container?: HTMLElement | null | undefined;
}
>(({ className, sideOffset = 8, container, ...props }, ref) => (
>(({ className, sideOffset = 4, container, ...props }, ref) => (
<DropdownMenuPrimitive.Portal {...(container && { container })}>
<DropdownMenuPrimitive.Content
ref={ref}
Expand Down

0 comments on commit 5d303d1

Please sign in to comment.