-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Layout: Fix unstableDisableLayoutClassNames in Group block #49385
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
Layout: Fix unstableDisableLayoutClassNames in Group block #49385
Conversation
|
Size Change: +3 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
tellthemachines
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing this.
|
Thanks for the quick review! 🙇 |
|
Flaky tests detected in 665f666. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4537466114
|
What?
I accidentally removed the line that prevents layout classnames from being applied to the group block's inner wrapper in classic themes, over in #49361.
This PR restores the line that was accidentally removed.
Why?
In #49361, I was intending to only update the
renderAppenderline and accidentally removed__unstableDisableLayoutClassNamesat the same time.How?
Re-instate the line, as it was before #49361 landed.
Testing Instructions
is-layout-constrainedis applied to thewp-block-group__inner-containerelement.Screenshots or screencast