Skip to content

Commit

Permalink
Update packages/react/src/AnchoredOverlay/AnchoredOverlay.features.st…
Browse files Browse the repository at this point in the history
…ories.tsx

Co-authored-by: Mike Perrotti <mperrotti@github.com>
  • Loading branch information
francinelucca and mperrotti authored Oct 8, 2024
1 parent 0706149 commit c2dd904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const CustomAnchorId = () => {
renderAnchor={props => <Button {...props}>Button</Button>}
anchorId="my-custom-anchor-id"
>
<Box width="100%" height="100%" display="flex" flexDirection="column">
<Box sx={{width: '100%', height: '100%', display: 'flex', flexDirection: 'column' }}>

Check failure on line 105 in packages/react/src/AnchoredOverlay/AnchoredOverlay.features.stories.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `·}}>⏎········{hoverCard}⏎······` with `}}>{hoverCard}`
{hoverCard}
</Box>
</AnchoredOverlay>
Expand Down

0 comments on commit c2dd904

Please sign in to comment.