Make WordPress Core

Ticket #37024: 37024.diff

File 37024.diff, 386 bytes (added by kraftbj, 9 years ago)

joelwills contribution in patch form

  • src/wp-admin/css/forms.css

     
    6868/* Vertically align the number selector with the input. */
    6969input[type="number"] {
    7070        height: 28px;
    71         line-height: inherit;
     71        line-height: 1;
    7272}
    7373
    7474input[type="checkbox"],