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.

Built from https://develop.svn.wordpress.org/trunk@62526


git-svn-id: http://core.svn.wordpress.org/trunk@61807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2026-06-18 21:21:38 +00:00
parent a141751b83
commit f0912cbf0c
5 changed files with 5 additions and 3 deletions
+1
View File
@@ -935,6 +935,7 @@ a#remove-post-thumbnail:hover,
border-top: 1px solid #dcdcde; border-top: 1px solid #dcdcde;
background: #f6f7f7; background: #f6f7f7;
display: flex; display: flex;
flex-wrap: wrap;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -934,6 +934,7 @@ a#remove-post-thumbnail:hover,
border-top: 1px solid #dcdcde; border-top: 1px solid #dcdcde;
background: #f6f7f7; background: #f6f7f7;
display: flex; display: flex;
flex-wrap: wrap;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '7.1-alpha-62525'; $wp_version = '7.1-alpha-62526';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.