Make WordPress Core

Ticket #62199: 62199.patch

File 62199.patch, 522 bytes (added by multidots1896, 23 months ago)

Added patch

  • media-views.css

     
    276276        margin-top: 32px;
    277277        margin-right: 2%;
    278278        width: 42%;
    279         width: calc(48% - 12px);
     279        width: calc(95% - 12px);
    280280}
    281281
    282282/* higher specificity */
     
    898898        margin-top: 11px;
    899899        margin-right: 2%;
    900900        max-width: 42%;
    901         max-width: calc(48% - 12px);
     901        max-width: calc(95% - 12px);
    902902}
    903903
    904904.media-frame select.attachment-filters:last-of-type {