Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 5, 2024
1 parent 51874b6 commit f1de9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { style } from '@vanilla-extract/css';
export const wrapperPositioning = style({
margin: '-1px -6px',
width: 'fit-content',
justifySelf: 'flex-end',
marginInlineStart: 'auto',
});
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const OverflowMenu = ({
id,
...menuProps
}: OverflowMenuProps) => (
<Box display="flex" className={styles.wrapperPositioning}>
<Box className={styles.wrapperPositioning}>
<MenuRenderer
trigger={(triggerProps) => (
<ButtonIcon
Expand Down

0 comments on commit f1de9da

Please sign in to comment.