Skip to content

Commit

Permalink
Merge pull request #358 from jackyfeng1015/patch-1
Browse files Browse the repository at this point in the history
Update Section.ts
  • Loading branch information
artf authored Aug 21, 2024
2 parents 2924688 + 2a39e74 commit d3b7394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default (editor: Editor, { coreMjmlModel, coreMjmlView }: ComponentPlugin
'style-default': {
'padding-left': '0px',
'padding-right': '0px',
'padding-top': '10px',
'padding-bottom': '10px',
'padding-top': '20px',
'padding-bottom': '20px',
'text-align': 'center',
},
stylable: [
Expand Down

0 comments on commit d3b7394

Please sign in to comment.