From b2da1be99f2e015453e5b6ec082deb59848ad9af Mon Sep 17 00:00:00 2001 From: Thomas Mathai <85351738+thomas-mathai@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:30:55 +0530 Subject: [PATCH] Removed default margin from the figure tag (#1285) --- src/styles/editor/editor-content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/editor/editor-content.scss b/src/styles/editor/editor-content.scss index e3bae584..0d545d30 100644 --- a/src/styles/editor/editor-content.scss +++ b/src/styles/editor/editor-content.scss @@ -500,6 +500,7 @@ vertical-align: top; max-width: 100%; overflow: hidden; + margin: 0; } .neeto-editor__image {