[wp-trac] [WordPress Trac] #65266: Admin sidebar menu item shows a 0.19px height difference causing slight spacing and alignment inconsistency.
WordPress Trac
noreply at wordpress.org
Tue May 19 07:25:28 UTC 2026
#65266: Admin sidebar menu item shows a 0.19px height difference causing slight
spacing and alignment inconsistency.
---------------------------+-------------------------------------
Reporter: modi2918 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: | Focuses: ui, accessibility, css
---------------------------+-------------------------------------
Comment (by kananiparth1326):
Before Fixed :
#collapse-button {
display: block;
width: 100%;
height: 34px;
margin: 0;
border: none;
padding: 0;
position: relative;
overflow: visible;
background: 0 0;
color: #a7aaad;
cursor: pointer;
}
After FIxed :
#collapse-button {
display: block;
width: 100%;
height: 34.19px;
margin: 0;
border: none;
padding: 0;
position: relative;
overflow: visible;
background: 0 0;
color: #a7aaad;
cursor: pointer;
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65266#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list