Make WordPress Core

Ticket #45080: 45080.2.diff

File 45080.2.diff, 385 bytes (added by netweb, 6 years ago)
  • src/wp-includes/css/media-views.css

     
    911911        top: 0;
    912912        left: 0;
    913913        width: 100%;
    914         height: 100%; /* Fails with spaces?? Weird! */
     914        height: 100%;
    915915        transform: translate( 50%, 50% );
    916916}
    917917