From 2a39e744109ebb57bf5c8bfb7cfe39fbd2eeb492 Mon Sep 17 00:00:00 2001 From: Jacky Feng <151720625+jackyfeng1015@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:42:47 +0800 Subject: [PATCH] Update Section.ts The default padding of mj-section is '20px 0' not '10px 0'. --- src/components/Section.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Section.ts b/src/components/Section.ts index b1ff50b..d098823 100644 --- a/src/components/Section.ts +++ b/src/components/Section.ts @@ -21,8 +21,8 @@ export default (editor: Editor, { coreMjmlModel, coreMjmlView }: any) => { 'style-default': { 'padding-left': '0px', 'padding-right': '0px', - 'padding-top': '10px', - 'padding-bottom': '10px', + 'padding-top': '20px', + 'padding-bottom': '20px', 'text-align': 'center', }, stylable: [