Make WordPress Core

Ticket #48780: 48780.4.diff

File 48780.4.diff, 582 bytes (added by sabernhardt, 6 years ago)

adjusts the min-width and max-width within existing breakpoints

  • src/wp-admin/css/media.css

     
    852852.wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
    853853        float: left;
    854854        padding: 3px 16px 0 0;
     855        min-width: 400px;
     856        max-width: calc( 100% - 266px );
    855857}
    856858
    857859.wp_attachment_holder .imgedit-wrap .imgedit-settings {
     
    12071209        .wp_attachment_holder .imgedit-wrap .imgedit-settings {
    12081210                float: none;
    12091211                width: auto;
     1212                max-width: none;
    12101213        }
    12111214}
    12121215