We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a stream by @ryanwelcher, it was noticed the navigation block doesn't respect the user's choice of item justification.
/* block-library/blocks/navigation/style.css */ .wp-block-navigation .wp-block-page-list { justify-content: var(--layout-justify,initial); }
Changing this to: --navigation-layout-justify appears to fix the issue.
--navigation-layout-justify
Wordpress version: 6.0-trunk Gutenberg version: 12.3.2 Browser: Chrome
Yes
The text was updated successfully, but these errors were encountered:
Looks like this has been fixed by PR: #37718.
Sorry, something went wrong.
No branches or pull requests
Description
In a stream by @ryanwelcher, it was noticed the navigation block doesn't respect the user's choice of item justification.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Changing this to:
--navigation-layout-justify
appears to fix the issue.Environment info
Wordpress version: 6.0-trunk
Gutenberg version: 12.3.2
Browser: Chrome
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: