Make WordPress Core

Changeset 62526


Ignore:
Timestamp:
06/18/2026 09:20:32 PM (2 months ago)
Author:
jorbin
Message:

Editor: Allow publish meta box action row to wrap.

Instead of crowding the row, actions added by extenders should wrap to new lines. This change has been tested in both the classic editor plugin and hotfix plugin.

Follow-up to [61645].

Props abhishekfdd, masteradhoc, rlucian, sabernhardt, cogdesign, threadi, darshitrajyaguru97, desrosj, davidbaumwald, jorbin.
Fixes #65286.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r62516 r62526  
    935935        background: #f6f7f7;
    936936        display: flex;
     937        flex-wrap: wrap;
    937938        align-items: center;
    938939        justify-content: space-between;
Note: See TracChangeset for help on using the changeset viewer.