Make WordPress Core

Ticket #48188: 48188.diff

File 48188.diff, 312 bytes (added by garrett-eclipse, 6 years ago)

Set max-width on the #parent select in Add New Category to 95% to match the other inputs

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

     
    10471047}
    10481048
    10491049.form-wrap .form-field #parent {
    1050         max-width: 100%;
     1050        max-width: 95%;
    10511051}
    10521052
    10531053.col-wrap h2 {