diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css index f611fad6c1..c07b0d95f3 100644 --- a/wp-content/themes/twentytwentytwo/style.css +++ b/wp-content/themes/twentytwentytwo/style.css @@ -146,3 +146,16 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover, padding-left: var(--wp--custom--spacing--outer); } +/* + * Improves spacing for the legacy Post Comments block. + * https://core.trac.wordpress.org/ticket/57560 + */ + +.wp-block-post-comments ol.commentlist ul.children { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.wp-block-post-comments ol.commentlist ul.children li:not(:last-child) { + margin-bottom: 1rem; +} diff --git a/wp-includes/version.php b/wp-includes/version.php index 31ba8e04cb..4ed1b683dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55188'; +$wp_version = '6.2-alpha-55189'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.