Make WordPress Core


Ignore:
Timestamp:
11/14/2017 11:03:43 PM (8 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 #42087.
Fixes #42545 for 4.9

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/about.php

    r42174 r42182  
    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.