Opened 3 weeks ago
Last modified 3 weeks ago
#65266 new defect (bug)
Admin sidebar menu item shows a 0.19px height difference causing slight spacing and alignment inconsistency.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | low |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | ui, css | Cc: |
Description
The WordPress admin sidebar contains a minor UI spacing issue where the .wp-menu-name element renders at 34.19px height instead of the expected 34px. This creates a subtle visual mismatch between sidebar menu items and the Collapse Menu button.
Actual Result
.wp-menu-name height renders as 34.19px.
Collapse Menu button height renders as 34px.
A slight spacing/alignment inconsistency appears in the sidebar.
Expected Result
All sidebar menu items and the collapse button should render with consistent heights and spacing using whole pixel values.
Attachments (2)
Change History (5)
This ticket was mentioned in PR #11860 on WordPress/wordpress-develop by @intenzi.
3 weeks ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/65266
## Use of AI Tools
AI assistance: Yes
Tool(s): Antigravity
Model(s): Gemini 3 Flash
Used for: Identifying the relevant css, final change was performed and reviewed by me.
Before Fixed :
#collapse-button {
}
After FIxed :
#collapse-button {
}