Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gutenberg 11.4 broke the single post layout #29

Closed
coreymckrill opened this issue Sep 8, 2021 · 2 comments
Closed

Gutenberg 11.4 broke the single post layout #29

coreymckrill opened this issue Sep 8, 2021 · 2 comments

Comments

@coreymckrill
Copy link
Contributor

On Gutenberg 11.3 (when I built the single post layout), the post header looked like this:
before

Now that 11.4 is out, it looks like this, and doesn't align correctly on some screen widths:
after

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...

@coreymckrill
Copy link
Contributor Author

Looks like this is what broke it: WordPress/gutenberg#34194

@coreymckrill
Copy link
Contributor Author

Fixed by #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants