Make WordPress Core

Ticket #53229: 53229.diff

File 53229.diff, 769 bytes (added by sabernhardt, 4 years ago)

changing max-width to 72px and then resetting that to 100% on smaller screens

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

     
    412412        word-wrap: break-word;
    413413}
    414414
    415 .media-sidebar .setting .name {
    416         max-width: 80px;
     415.media-sidebar .setting .name,
     416.attachment-details .setting .name {
     417        max-width: 72px;
    417418}
    418419
    419420.media-sidebar .setting .value {
     
    26572658                padding: 8px 2px 2px;
    26582659        }
    26592660
     2661        .media-sidebar .setting .name,
     2662        .attachment-details .setting .name {
     2663                max-width: 100%;
     2664        }
     2665
    26602666        /* Needs high specificity. */
    26612667        .media-sidebar .setting .copy-to-clipboard-container,
    26622668        .attachment-details .attachment-info .copy-to-clipboard-container {