Skip to content

Commit

Permalink
fix: add margin to internal info
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Nov 1, 2023
1 parent 177f4f8 commit aa52fd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const InternalInfo = styled.div`
display: flex;
flex-direction: column;
margin-top: ${theme.spacing('S12')};
margin-bottom: ${theme.spacing('S24')};
padding: ${theme.spacing('S32')};
${HelpTextSC.HelpText} {
Expand Down

0 comments on commit aa52fd7

Please sign in to comment.