Make WordPress Core


Ignore:
Timestamp:
07/10/2023 09:20:15 PM (19 months ago)
Author:
joedolson
Message:

Editor: Fix layout of no-js state in site editor.

Remove padding and adjust classes to match current state of editor.

Props afercia, andraganescu, poena.
Fixes #56228.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-blocks.php

    r55086 r56187  
    320320    <div class="wrap hide-if-js block-editor-no-js">
    321321        <h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1>
    322         <div class="notice notice-error notice-alt">
     322        <div class="notice notice-error">
    323323            <p>
    324324                <?php
Note: See TracChangeset for help on using the changeset viewer.