-
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
Site Editor Sidebar: fix actions vertical alignment #56218
Conversation
Size Change: +4 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
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.
LGTM 👍
I was thinking of applying vertical-align:top
to the Dropdown
component itself to solve this problem, but I think using Flex layout is a more ideal solution.
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.
Thanks for fixing this one up! I had the same idea over in #56233 but missed that you'd already opened a PR 😄
What?
Fixes a layout bug discovered in #55360 (review)
Why?
Changes from #55360 caused this misalignment as a side effect
How?
Setting the parent actions wrapper as a flexbox parent correctly aligns all action icon buttons
Testing Instructions
Screenshots or screencast