From 27704d941acf200ea2a071bc4f4a54c99c9546a5 Mon Sep 17 00:00:00 2001 From: Ella <4710635+ellatrix@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:35:05 +0200 Subject: [PATCH 1/2] Site Editor: remove content styles outside canvas --- lib/client-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client-assets.php b/lib/client-assets.php index 9cdee4753f43b7..f6b17ffcce68be 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -410,7 +410,7 @@ function gutenberg_register_packages_styles( $styles ) { $styles, 'wp-edit-site', gutenberg_url( 'build/edit-site/style.css' ), - array( 'wp-components', 'wp-block-editor', 'wp-editor', 'wp-edit-blocks', 'wp-commands', 'wp-preferences' ), + array( 'wp-components', 'wp-block-editor', 'wp-editor', 'common', 'forms', 'wp-commands', 'wp-preferences' ), $version ); $styles->add_data( 'wp-edit-site', 'rtl', 'replace' ); From da7b6cb8c14f5b273145106eda507b846cdbcdbb Mon Sep 17 00:00:00 2001 From: Ella <4710635+ellatrix@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:55:27 +0200 Subject: [PATCH 2/2] Add backport --- backport-changelog/6.8/7643.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backport-changelog/6.8/7643.md diff --git a/backport-changelog/6.8/7643.md b/backport-changelog/6.8/7643.md new file mode 100644 index 00000000000000..e3c923a487be06 --- /dev/null +++ b/backport-changelog/6.8/7643.md @@ -0,0 +1,3 @@ +https://github.com/WordPress/wordpress-develop/pull/7643 + +* https://github.com/WordPress/gutenberg/pull/66432