Skip to content

Commit ee1b3fd

Browse files
committed
Administration: Correct alignment of meta boxes on the Edit screen with classic editor.
Follow-up to [61646], [61759]. Reviewed by peterwilsoncc. Merges r62284 to the 7.0 branch. Props umeshnevase, sabernhardt, SergeyBiryukov. Fixes #65141. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62285 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 10307a7 commit ee1b3fd

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/wp-admin/css/dashboard.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
/* Required min-height to make the jQuery UI Sortable drop zone work. */
6161
min-height: 0;
6262
margin: 0 8px 20px;
63-
padding: 0;
6463
}
6564

6665
#dashboard-widgets .meta-box-sortables:not(:empty) {

src/wp-admin/css/edit.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ body.post-type-wp_navigation .inline-edit-status {
173173

174174
/* Post Screen */
175175

176-
.metabox-holder .postbox-container .meta-box-sortables {
177-
padding: 4px;
178-
}
179-
180176
/* Only highlight drop zones when dragging and only in the 2 columns layout. */
181177
.is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
182178
border-radius: 8px;

0 commit comments

Comments
 (0)