-
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 styling of actions in site editor navigation sidebar #51153
Fix styling of actions in site editor navigation sidebar #51153
Conversation
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.
Nice.
Size Change: +24 B (0%) Total Size: 1.39 MB
ℹ️ View Unchanged
|
Flaky tests detected in 771565a. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5142050806
|
What?
Recently we added some actions in site editor's navigation sidebar(1, 2). When we have more than one action there and have big titles, the buttons aren't displayed properly(stylistically).
This PR adds a
div
wrapper if actions are provided toSidebarNavigationScreen
component and their proper width is set.Testing Instructions
Before
After