diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 4ac85f078e..9b9a607b64 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -246,7 +246,8 @@ Inter variable font. Usage: font-weight: 700; letter-spacing: -0.0415625em; line-height: 1.25; - margin: 40px 0 25px; + margin-top: 40px; + margin-bottom: 25px; } .editor-post-title__block .editor-post-title__input, diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 79d922a973..f17d36a977 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -246,7 +246,8 @@ Inter variable font. Usage: font-weight: 700; letter-spacing: -0.0415625em; line-height: 1.25; - margin: 40px 0 25px; + margin-top: 40px; + margin-bottom: 25px; } .editor-post-title__block .editor-post-title__input, diff --git a/wp-includes/version.php b/wp-includes/version.php index 0e4925b8aa..06480dc9b7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49506'; +$wp_version = '5.6-beta3-49507'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.