Skip to content

Commit d0e06b6

Browse files
committed
Adjust OverflowMenu positioning
1 parent ba33d96 commit d0e06b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/braid-design-system/src/lib/components/OverflowMenu/OverflowMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const OverflowMenu = ({
4141
)}
4242
align="right"
4343
size={size}
44-
offsetSpace={size === 'standard' ? 'small' : 'xsmall'}
44+
offsetSpace="xxsmall"
4545
{...menuProps}
4646
>
4747
{children}

0 commit comments

Comments
 (0)