Skip to content

Commit

Permalink
Merge pull request #425 from codrin-iftimie/main
Browse files Browse the repository at this point in the history
Fix: Container typo
  • Loading branch information
jrgarciadev committed Apr 22, 2022
2 parents b2e3160 + 9ff920a commit ac84fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/grid/grid-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const GridContainer = React.forwardRef<
$$gridGapUnit: gapUnit,
display: 'flex',
flexWrap: wrap,
boxZizing: 'border-box',
boxSizing: 'border-box',
margin: 'calc(-1 * $$gridGapUnit)',
width: 'calc(100% + $$gridGapUnit * 2)',
...(css as any)
Expand Down

0 comments on commit ac84fc0

Please sign in to comment.