[wp-trac] [WordPress Trac] #64998: up and down spinner arrows are getting unnecessary spacing in `<input type="number">` elements
WordPress Trac
noreply at wordpress.org
Tue Mar 31 10:20:37 UTC 2026
#64998: up and down spinner arrows are getting unnecessary spacing in `<input
type="number">` elements
-------------------------------------+-------------------------------------
Reporter: mehrazmorshed | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: trunk
Severity: normal | Resolution: worksforme
Keywords: admin-reskin 2nd- | Focuses: ui, css,
opinion | administration
-------------------------------------+-------------------------------------
Changes (by sabernhardt):
* keywords: admin-reskin => admin-reskin 2nd-opinion
Comment:
On the Media Settings page, the inputs do seem unnecessarily narrow. Maybe
the `width` and `max-width` could increase:
{{{
.options-media-php .small-text[name*="_size_"] {
margin: 0 0 1em;
width: auto; /* or set to specific value */
max-width: 6em;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64998#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list