Skip to content

Commit

Permalink
Update the default width in the default JS components (#7198)
Browse files Browse the repository at this point in the history
Addressed feedback in #7112 (comment). Updates the default column width to match that of the JS constant.
  • Loading branch information
jasmussen authored Jun 11, 2018
1 parent fa8847f commit 380f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/store/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 380f7f3

Please sign in to comment.