Twenty Fifteen & Twenty Sixteen: Remove extra space around post editor.

The editor uses the full height of its container, so the added margins cause the visual editor to break out of the container. This removes the top & bottom margins, and makes the left & right margins consistent with the meta box area.

Props antonlukin, paaljoachim, felipeelia.
Fixes #52646.


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


git-svn-id: http://core.svn.wordpress.org/trunk@50076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle 2021-03-01 21:58:08 +00:00
parent eb9496cdaf
commit 75d57e1379
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ body {
font-weight: 400;
font-size: 17px;
line-height: 1.6471;
margin: 20px 40px;
margin: auto 20px;
max-width: 660px;
vertical-align: baseline;
}

View File

@ -28,7 +28,7 @@ body {
font-size: 16px;
font-weight: 400;
line-height: 1.75;
margin: 20px 40px;
margin: auto 20px;
max-width: 600px;
vertical-align: baseline;
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50463';
$wp_version = '5.8-alpha-50465';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.