Make WordPress Core

Ticket #47366: 47366.3.diff

File 47366.3.diff, 323 bytes (added by adhitya03, 5 years ago)

Attached patch that add max-width in .wp-admin select to resolve the issue in Privacy Settings and Reading Settings page.

  • wp-admin/css/forms.css

     
    313313        line-height: 2;
    314314        height: 28px;
    315315        vertical-align: middle;
     316  max-width: 15rem;
    316317}
    317318
    318319.wp-admin .button-cancel {