Skip to content

Commit 57eb872

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@62526 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1dd2210 commit 57eb872

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ a#remove-post-thumbnail:hover,
934934
border-top: 1px solid #dcdcde;
935935
background: #f6f7f7;
936936
display: flex;
937+
flex-wrap: wrap;
937938
align-items: center;
938939
justify-content: space-between;
939940
}

0 commit comments

Comments
 (0)