[wp-trac] [WordPress Trac] #64999: Admin reskin: Form elements are not standardized in the mobile viewport.

WordPress Trac noreply at wordpress.org
Thu May 7 09:46:51 UTC 2026


#64999: Admin reskin: Form elements are not standardized in the mobile viewport.
-------------------------------------------------+---------------------
 Reporter:  wildworks                            |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  high                                 |   Milestone:  7.0
Component:  General                              |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  admin-reskin has-patch dev-reviewed  |     Focuses:
-------------------------------------------------+---------------------

Comment (by abcd95):

 I was taking a look at addressing some of the remaining issues for this
 ticket, specifically investigating `.customize-control .date-time-fields
 select`, which is hardcoded to `height: 39px` in the mobile. Upon
 inspecting the computed styles, the element actually resolves to a total
 height of 40px, and this happens because the global min-height of 40px is
 applied to select from the core forms. Everything else appears to either
 be intentional or correctly saved by the global min-height.

 could you point out which specific pages or components you have noticed
 are still experiencing the unintended height reduction to less than 40px?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64999#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list