Make WordPress Core

Ticket #44760: 44760.diff

File 44760.diff, 394 bytes (added by ianbelanger, 7 years ago)

Fixes the issue of the date filter select box being cutoff.

  • src/wp-includes/css/media-views.css

     
    782782}
    783783
    784784.media-frame select.attachment-filters:last-of-type {
    785         margin-right: 0;
     785    margin-right: 0;
     786    width: auto;
     787    max-width: 100%;
    786788}
    787789
    788790/**