Changeset 42181 for trunk/src/wp-admin/about.php
- Timestamp:
- 11/14/2017 11:01:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r42173 r42181 254 254 $sections.each( function( i, section ) { 255 255 var $section = $( section ); 256 // Set width on header to prevent column jump257 var $header = $section.find('.section-header');258 $header.css( {259 width: $header.innerWidth() + 'px'260 } );261 262 256 // If the title is long, switch the layout 263 257 var $title = $section.find( 'h2' );
Note: See TracChangeset
for help on using the changeset viewer.