-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix responsive column span logic on the front end. #60976
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
This works as expected :)
Adding backport label so this fix can hopefully go into 18.2! Cc @colorful-tones |
Thanks for the heads up @tellthemachines. I'll do my best and follow the notes to cherry-pick this in, and of course, ask questions if I hit a snag. 👍 |
I just cherry-picked this PR to the release/18.2 branch to get it included in the next release: fd37383 |
Co-authored-by: tellthemachines <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
What?
Fixes issue detected here where grid elements spanning multiple columns weren't correctly downsizing when the parent grid's
minimumColumnWidth
was a non-default value.Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast
This should be the expected behaviour for the example given in the original report:
grid-resize.mp4