Make WordPress Core

Timestamp:
11/11/2019 08:54:49 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Make CSS adjustments to account for the latest editor changes and ensure that group blocks work in expected ways.

Props williampatton, allancole, karmatosed, pierlo, joen, ianbelanger.
Fixes #48557.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/template-parts/content.php

    r46613 r46711  
    2626    ?>
    2727
    28     <div class="post-inner section-inner <?php echo is_page_template( 'templates/template-full-width.php' ) ? '' : 'thin'; ?> ">
     28    <div class="post-inner <?php echo is_page_template( 'templates/template-full-width.php' ) ? '' : 'thin'; ?> ">
    2929
    3030        <div class="entry-content">
     
    4040        </div><!-- .entry-content -->
    4141
     42
     43
     44
    4245        <?php
    4346        wp_link_pages(
     
    6265        ?>
    6366
    64     </div><!-- .post-inner -->
     67    </div><!-- .-inner -->
    6568
    6669    <?php
Note: See TracChangeset for help on using the changeset viewer.