diff --git a/editor/store/defaults.js b/editor/store/defaults.js index 9ee0337aa27746..f370c9dbf39ff9 100644 --- a/editor/store/defaults.js +++ b/editor/store/defaults.js @@ -61,7 +61,7 @@ export const EDITOR_SETTINGS_DEFAULTS = { // This is current max width of the block inner area // It's used to constraint image resizing and this value could be overridden later by themes - maxWidth: 608, + maxWidth: 580, // Allowed block types for the editor, defaulting to true (all supported). allowedBlockTypes: true,