Make WordPress Core

Ticket #47366: 47366.5.diff

File 47366.5.diff, 291 bytes (added by adhitya03, 5 years ago)

Set all select tag in Settings page to max width 25rem, same width with input tag in Settings page, do not need "!important" rule

  • wp-admin/css/forms.css

     
    313313        line-height: 2;
    314314        height: 28px;
    315315        vertical-align: middle;
     316        max-width: 25rem;
    316317}