diff --git a/wp-content/themes/twentyfifteen/css/editor-blocks.css b/wp-content/themes/twentyfifteen/css/editor-blocks.css index 8b5012860d..91595e6304 100644 --- a/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -405,6 +405,10 @@ Description: Used to style blocks in the editor. padding: 0; } +div.editor-styles-wrapper .wp-block-list:where(.has-background) { + padding: 1.25em 2.375em; +} + /* Quote */ .rtl .editor-block-list__block blockquote { diff --git a/wp-includes/version.php b/wp-includes/version.php index dc9fd7f1d6..4dd61bb5c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58771'; +$wp_version = '6.7-alpha-58772'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.