[wp-trac] [WordPress Trac] #64937: Image editor: scale and crop input size mismatch with button and info icon not using new color

WordPress Trac noreply at wordpress.org
Tue Mar 24 14:53:42 UTC 2026


#64937: Image editor: scale and crop input size mismatch with button and info icon
not using new color
-----------------------------+------------------------------
 Reporter:  huzaifaalmesbah  |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Media            |     Version:
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:
-----------------------------+------------------------------

Comment (by ozgursar):

 input fields are set to `min-height: 40px` in `/wp-
 admin/css/forms.css?ver=7.0-beta6-62085-src`. Reducing them to `32px`
 might solve the size mismatch.


 {{{
 input[type="text"],
 input[type="password"],
 input[type="date"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="email"],
 input[type="month"],
 input[type="number"],
 input[type="search"],
 input[type="tel"],
 input[type="time"],
 input[type="url"],
 input[type="week"] {
         padding: 0 12px;
         /* inherits font size 14px */
         line-height: 2.71428571; /* 38px for 40px min-height */
         min-height: 40px;
 }
 }}}

 [[Image(https://i.imgur.com/Bc3whMd.png)]]

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


More information about the wp-trac mailing list