Make WordPress Core

Ticket #46901: 46901-ie11-img-fix.diff

File 46901-ie11-img-fix.diff, 453 bytes (added by ianbelanger, 6 years ago)

Fixes cutoff images in ie11 grid

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

     
    5252
    5353.about-wrap .inline-svg img {
    5454        max-width: 100%;
    55         width: 100%;
     55        width: auto;
    5656        height: auto;
    5757}
    5858
     
    343343
    344344.about-wrap .headline-feature img {
    345345        max-width: 600px;
     346        width: 100%;
    346347}
    347348
    348349/* Return to Dashboard Home link */