Make WordPress Core

Changeset 56029


Ignore:
Timestamp:
06/26/2023 04:46:39 AM (15 months ago)
Author:
isabel_brison
Message:

Editor: fix site editor layout bug.

Removes additional wrapper introduced in [56025], which interfered with the site editor flex layout.

Props ramonopoly, kevin940726, joedolson.
Fixes 56228.

File:
1 edited

Legend:

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

    r56025 r56029  
    133133?>
    134134
    135 <div class="edit-site">
    136     <div id="site-editor"></div>
    137 
     135<div class="edit-site" id="site-editor">
    138136    <?php // JavaScript is disabled. ?>
    139137    <div class="wrap hide-if-js site-editor-no-js">
Note: See TracChangeset for help on using the changeset viewer.