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
Describe the bug
I'm having issues when adding in new column blocks. While before the html looked like this : <div class="wp-block-columns has-3-columns">
now the front-end is only outputting: <div class="wp-block-columns">
Why is this happening?
Additional context
Gutenberg 6.6
The text was updated successfully, but these errors were encountered:
This is an intended change though. The idea is that right now the columns can have different widths so relying on the number of columns (that className) to style them might not be a great idea.
Describe the bug
I'm having issues when adding in new column blocks. While before the html looked like this :
<div class="wp-block-columns has-3-columns">
now the front-end is only outputting:
<div class="wp-block-columns">
Why is this happening?
Additional context
The text was updated successfully, but these errors were encountered: