Make WordPress Core

Ticket #48430: 48430.diff

File 48430.diff, 475 bytes (added by chetan200891, 5 years ago)

Created patch.

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

    diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
    index 8eb9f90e74..88fd98bafa 100644
    a b input[type="tel"], 
    7171input[type="time"],
    7272input[type="url"],
    7373input[type="week"] {
     74        font-size: 13px;
    7475        padding: 0 8px;
    7576        /* inherits font size 14px */
    7677        line-height: 2; /* 28px */
    7778        /* Only necessary for IE11 */
    78         min-height: 30px;
     79        min-height: 28px;
    7980}
    8081
    8182::-webkit-datetime-edit {