editor-blocks
editor-blocks copied to clipboard
Changing the wrapper max-width
How would we go about changing the maximum width defined in the Admin Panel for the Wrapper Block? I tried modifying max value in the inspector.js file but it didn't help.
This value?
.wp-block-editor-blocks-wrapper .wrapper-inner {
max-width: 1040px;
}