Commit 5fab6cc55b for wordpress.org

commit 5fab6cc55bb9d41183b62bd73d04a7abd14571b7
Author: Tammie Lister <tammie@automattic.com>
Date:   Mon Jun 30 09:55:29 2025 +0000

    Twenty Twenty-One: Revert 63549 which brings in margin fix.

    The tests were failing on the theme as adresult of bringing in this once committed. For now, reverting until explore.

    See #60366.

    Built from https://develop.svn.wordpress.org/trunk@60367


    git-svn-id: http://core.svn.wordpress.org/trunk@59703 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index ec256a7572..41b5c6cb85 100644
--- a/wp-content/themes/twentytwentyone/assets/css/style-editor.css
+++ b/wp-content/themes/twentytwentyone/assets/css/style-editor.css
@@ -2648,6 +2648,3 @@ a {
 .has-red-to-purple-gradient-background {
 	background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
 }
-.wp-block-list [data-block] {
-	margin: 0;
-}
\ No newline at end of file
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8cf984d00d..38dc1594b7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60366';
+$wp_version = '6.9-alpha-60367';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.