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
On Gutenberg 11.3 (when I built the single post layout), the post header looked like this:
Now that 11.4 is out, it looks like this, and doesn't align correctly on some screen widths:
The difference seems to be that the "header" group block is now receiving the wp-container-[hash] class, even though it does not have "layout":{"inherit":true} in its block properties. The parent group block does have this property.
I'm still trying to track down the change in Gutenberg that caused this to determine if it's a regression or a feature...
The text was updated successfully, but these errors were encountered:
On Gutenberg 11.3 (when I built the single post layout), the post header looked like this:
Now that 11.4 is out, it looks like this, and doesn't align correctly on some screen widths:
The difference seems to be that the "header" group block is now receiving the
wp-container-[hash]
class, even though it does not have"layout":{"inherit":true}
in its block properties. The parent group block does have this property.I'm still trying to track down the change in Gutenberg that caused this to determine if it's a regression or a feature...
The text was updated successfully, but these errors were encountered: