mirror of
https://github.com/WordPress/WordPress.git
synced 2026-06-19 07:37:07 +00:00
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:
@@ -6,7 +6,6 @@
|
||||
|
||||
#poststuff #post-body {
|
||||
padding: 0;
|
||||
margin: 0 -4px;
|
||||
}
|
||||
|
||||
#poststuff .postbox-container {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -5,7 +5,6 @@
|
||||
|
||||
#poststuff #post-body {
|
||||
padding: 0;
|
||||
margin: 0 -4px;
|
||||
}
|
||||
|
||||
#poststuff .postbox-container {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user