diff --git a/packages/edit-widgets/src/components/widget-areas-block-editor-content/index.js b/packages/edit-widgets/src/components/widget-areas-block-editor-content/index.js index dd8cddb1401e57..0c08cb40e52f00 100644 --- a/packages/edit-widgets/src/components/widget-areas-block-editor-content/index.js +++ b/packages/edit-widgets/src/components/widget-areas-block-editor-content/index.js @@ -21,20 +21,22 @@ export default function WidgetAreasBlockEditorContent( { blockEditorSettings, } ) { return ( - + <> -
- - - - - - - - + + + + + + + + + + +
-
+ ); } diff --git a/packages/edit-widgets/src/components/widget-areas-block-editor-content/style.scss b/packages/edit-widgets/src/components/widget-areas-block-editor-content/style.scss index 66389620423a66..407280fa708c16 100644 --- a/packages/edit-widgets/src/components/widget-areas-block-editor-content/style.scss +++ b/packages/edit-widgets/src/components/widget-areas-block-editor-content/style.scss @@ -1,6 +1,7 @@ .edit-widgets-block-editor { position: relative; background: $gray-100; + padding: 0; // This is the default font that is going to be used in the content of the areas (blocks). font-family: $default-font;