Making WordPress.org


Ignore:
Timestamp:
11/30/2017 05:41:28 PM (7 years ago)
Author:
obenland
Message:

Main: Avoid overflow breaking layout.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php

    r6150 r6194  
    125125                    $featured->the_post();
    126126                    the_title( sprintf( '<h5><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h5>' );
    127                     echo apply_filters( 'the_excerpt', get_the_excerpt() );
     127                    echo '<div class="entry-summary">' . apply_filters( 'the_excerpt', get_the_excerpt() ) . '</div>';
    128128                endwhile;
    129129                wp_reset_postdata();
Note: See TracChangeset for help on using the changeset viewer.