You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered if the div that contains the inner blocks has a class then the layout classes will append to that div. So, remove the className, update the block and works again.
The blockGap setting didn't work properly, so I checked how the Group block is working and inside the block.json file the blockGap property is true instead of horizontal or vertical. It does the same within __experimentalDefaultControls setting.
Related to this issue WP 6.2 Update destroys flex-layouts in custom blocks (blockGap and align-items:center) #49502.
We can read the columns and social links block's code to see how WP Core does it.
The text was updated successfully, but these errors were encountered: