Make WordPress Core

Ticket #48429: 48429.diff

File 48429.diff, 502 bytes (added by chetan200891, 6 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..39bdf3a1e0 100644
    a b table.form-table td .updated p { 
    13781378
    13791379        .wp-admin select,
    13801380        .wp-admin .form-table select {
    1381                 min-height: 40px;
    1382                 font-size: 16px;
    1383                 line-height: 1.625; /* 26px */
    1384                 padding: 5px 24px 5px 8px;
     1381                font-size: 14px;
     1382                line-height: 2; /* 28px */
     1383                padding: 1px 24px 1px 8px;
    13851384        }
    13861385
    13871386        .wp-admin .button-cancel {