Fix admin dropdown menu layout#2814
Merged
syedgalib merged 3 commits intosovware:payment-beta-1from Apr 15, 2026
Merged
Conversation
- Remove min-width from .components-menu-item__item to allow compact sizing - Reorder items so icon appears left and label appears right via CSS order - Add 8px gap between icon and label; zero out icon margin - Inject styles via createGlobalStyle to reach the WP Popover portal - Add vertical-align: middle to table th/td for consistent row alignment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
What kind of change does this PR introduce?
Description
min-width: 160pxfrom.components-menu-item__itemso action menus in the Plans and Packages tables fit their content naturally
orderso the icon sits on the left andthe label on the right, with an 8px gap between them
createGlobalStyleso they reach WordPress'sPopover portal (rendered outside the component tree)
vertical-align: middleto allth/tdacross all admin tablesvia the shared
TableContainerTest plan
Any linked issues
Fixes #
Checklist