Make WordPress Core


Ignore:
Timestamp:
11/14/2017 11:01:55 PM (7 years ago)
Author:
westonruter
Message:

About Page: Fix issue with overlapping images and text on IE11 and Edge 15.

Props Clorith, ryelle, afercia, la-geek, SergeyBiryukov.
See #42514.
Fixes #42545.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r42173 r42181  
    254254                    $sections.each( function( i, section ) {
    255255                        var $section = $( section );
    256                         // Set width on header to prevent column jump
    257                         var $header = $section.find('.section-header');
    258                         $header.css( {
    259                             width: $header.innerWidth() + 'px'
    260                         } );
    261 
    262256                        // If the title is long, switch the layout
    263257                        var $title = $section.find( 'h2' );
Note: See TracChangeset for help on using the changeset viewer.