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 d7e70ad28c..a9e120b555 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 @@ -1026,7 +1026,7 @@ hr.wp-block-separator.is-style-dots::before { border-style: solid; border-width: 2px 0 0; line-height: 1.25; - margin: 20px 0 16px 16px; + margin: 20px 0 16px 10px; padding-top: 12px; } 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 ad793a8ae0..352a59f399 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -1030,7 +1030,7 @@ hr.wp-block-separator.is-style-dots::before { border-style: solid; border-width: 2px 0 0; line-height: 1.25; - margin: 20px 16px 16px 0; + margin: 20px 10px 16px 0; padding-top: 12px; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f9dbd7e76..4cda8a22b8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54165'; +$wp_version = '6.1-alpha-54166'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.