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 fd8868212b..8a5f813502 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 @@ -1065,6 +1065,10 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 15px; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Shortcode -------------------------- */ .editor-styles-wrapper .wp-block-shortcode textarea { 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 19a11cf3f0..7f18f47724 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -1069,6 +1069,10 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 15px; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Shortcode -------------------------- */ .editor-styles-wrapper .wp-block-shortcode textarea { diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 6225738578..6806c9104b 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -3525,6 +3525,10 @@ figure.wp-block-table.is-style-stripes { margin-top: 0; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Post Template ---------------- */ .wp-block-post-template, diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 9a6da4ea71..08843cefe4 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -3549,6 +3549,10 @@ figure.wp-block-table.is-style-stripes { margin-top: 0; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Post Template ---------------- */ .wp-block-post-template, diff --git a/wp-includes/version.php b/wp-includes/version.php index ba2df33454..b8a13ad006 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59469'; +$wp_version = '6.8-alpha-59470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.