Skip to content

Commit

Permalink
change default padding to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
aghontpi committed Oct 16, 2021
1 parent 7d17939 commit 364d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const COLUMN = {
tagName: 'mj-column',
attributes: {
'css-class': 'mjml-tag identifier-mj-column',
padding: '8px 16px',
padding: '0px 0px',
},
children: [...columnPlaceholder],
mutableProperties: properties_column,
Expand Down

0 comments on commit 364d501

Please sign in to comment.