-
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
[Block Library - QueryPagination]: Fix layout support #34897
Conversation
Size Change: +15 B (0%) Total Size: 1.06 MB
ℹ️ View Unchanged
|
I can confirm that with the flow setting, the next/previous and the numbers are vertical. With flex as the default and because allowSwitching is set to false, should the margins in the block CSS also be removed? |
Thanks for reviewing and testing!
Carolina I saw your comment in the other issue and I think @jasmussen , you and other folks more into themes and styling should decide that. This can be done in a separate PR. |
I got a bit sloppy 😞 yesterday with
QueryPagination
flex layout, so this is a follow up for it.While this seemed to work fine with the flex default layout, I didn't make the proper changes to fully support the used
layout
. This PR does that.Testing instructions
allowSwitching
totrue
in block.jsonflow
in theLayout
panel