-
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
Update Gallery block to use consistent 40px components #49101
Conversation
Even though it's not supported just yet; follow up PR.
Size Change: +19 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
Flaky tests detected in 2a3c26f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4428032283
|
I have the #49105 PR which will allow for the RangeControl's number input to also leverage the 40px consistency—which will bring the Gallery block's Inspector looking like this: |
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.
Let's go.
What?
Updates the Gallery block controls to use
size="__unstable-large"
in support of #46734 (and pointed out here).RangeControl does not support this currently, but I added the prop so that when it does, we get that already.
Why?
Consistency.
How?
Adds the
size
prop to the Gallery block's Inspector.Testing Instructions
Screenshots or screencast
Before:
After: