Skip to content

Commit 7e03c66

Browse files
committed
Editor: Remove an unwanted negative margin in Classic Editor metaboxes CSS styles.
This changeset reverts a negative `-4px` margin on `#poststuff #post-body` introduced in [61646]. Follow-up to [61646], [61759], [62284]. Props TobiasBg, umeshnevase, audrasjb, jadavsanjay, khokansardar, darshitrajyaguru97, gaurangsondagar. Fixes #65141. git-svn-id: https://develop.svn.wordpress.org/trunk@62377 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cb22425 commit 7e03c66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wp-admin/css/edit.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#poststuff #post-body {
77
padding: 0;
8-
margin: 0 -4px;
98
}
109

1110
#poststuff .postbox-container {

0 commit comments

Comments
 (0)