Skip to content

Commit

Permalink
Edit margin and pad consistent with Grommet docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbouslog committed Jan 10, 2025
1 parent c33cf12 commit 76ece51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ function Chooser ({
<Box
as={task.instruction ? 'fieldset' : 'div'}
alignSelf='center'
margin='0'
pad='0'
margin='none'
pad='none'
style={{ border: 'none' }}
width='100%'
>
Expand Down

0 comments on commit 76ece51

Please sign in to comment.