Skip to content

Commit

Permalink
bugfix: Columns padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ti10le committed Mar 16, 2021
1 parent 0db7ad8 commit 5c22567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Columns/Columns.tsx
Expand Up @@ -39,7 +39,7 @@ export const Columns: React.FC<ColumnsProps> = ({
}

return (
<Box p={space} display="flex" className={className}>
<Box p={`${space}px`} display="flex" className={className}>
<Box
width={`calc(100% + ${space}px)`}
m={`${-space / 2}px`}
Expand Down

0 comments on commit 5c22567

Please sign in to comment.