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.


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


git-svn-id: http://core.svn.wordpress.org/trunk@61658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2026-05-19 11:24:45 +00:00
parent 3b8a888193
commit 63babe9651
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -6,7 +6,6 @@
#poststuff #post-body {
padding: 0;
margin: 0 -4px;
}
#poststuff .postbox-container {
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -5,7 +5,6 @@
#poststuff #post-body {
padding: 0;
margin: 0 -4px;
}
#poststuff .postbox-container {
+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
*/
$wp_version = '7.1-alpha-62372';
$wp_version = '7.1-alpha-62377';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.