Hi there. Just wondering if anyone has experienced any “quirks” with Generateblocks after updating to WordPress 5.9.
Quirks I found while editing a page / post:
-
Container blocks that were set to Contained Width are now set to Full Width. I had to re-save the page after setting the Container back to Contained Width.
-
It seems that WP might have added or modified the body .wp-block class which is shortening the width of Full Width Containers. Overriding the class with body .wp-block { max-width: unset; } seems to correct it, but I’m not sure if that’s the correct course of action.
Will report if I find anything else.
Thank you.