Skip to content

Commit

Permalink
refactor: change right padding for default form widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jdghinson committed Dec 20, 2024
1 parent ef04b24 commit e2d031b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const DefaultFormWidget = ({defaultForm}: {defaultForm: string}) => {
flexDirection: 'column',
gap: '24px',
backgroundColor: 'white',
padding: '16px 12px 24px 24px',
padding: '16px 24px 24px 24px',
borderRadius: '8px',
}}>
<div style={{
Expand Down

0 comments on commit e2d031b

Please sign in to comment.