Skip to content

Commit

Permalink
add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni committed Oct 5, 2023
1 parent 61c5ff0 commit 136ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/wizardView/GridDeployInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const BoxGridStyled = styled(Box)<BoxProps>(() => ({
gridTemplateColumns: '1fr',
gridTemplateRows: 'repeat(3, 1fr)',
gap: '1rem',
ngTop: '2rem'
marginTop: '1rem'
}))

export const BoxRow = styled(Box)<BoxProps>(() => ({
Expand Down

0 comments on commit 136ab20

Please sign in to comment.