How do we set max-width?
It is 650px currently, i don't know why.
you can use css to override .ce-block__content and .ce-toolbar__content
this is not working for me.
have the css classes changed since Aug 2019?
Just open DOM debugger and find the classes you need to override.
Like @joel611 said. unset the default styles from these two classes
.ce-block__content,
.ce-toolbar__content {
max-width: unset;
}
Most helpful comment
you can use css to override .ce-block__content and .ce-toolbar__content