From 2654ea50e8a52540033cd663da082b97064ca68a Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sun, 9 Jul 2023 17:23:27 +0000 Subject: [PATCH] Twenty Twenty-Three: Fix Separator Block default styling. This changeset sets default width to `100px` for the Separator block, and sets the Separator block located in the Call to Action block pattern to `wide`. Props haritpanchal, audrasjb, sakibmd, poena, Rahmohn, mikachan. Fixes #57667. Built from https://develop.svn.wordpress.org/trunk@56173 git-svn-id: http://core.svn.wordpress.org/trunk@55685 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwentythree/patterns/call-to-action.php | 4 ++-- wp-content/themes/twentytwentythree/theme.json | 3 +++ wp-includes/version.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwentythree/patterns/call-to-action.php b/wp-content/themes/twentytwentythree/patterns/call-to-action.php index 642aa50953..119677d8e2 100644 --- a/wp-content/themes/twentytwentythree/patterns/call-to-action.php +++ b/wp-content/themes/twentytwentythree/patterns/call-to-action.php @@ -32,8 +32,8 @@
- -
+ +
diff --git a/wp-content/themes/twentytwentythree/theme.json b/wp-content/themes/twentytwentythree/theme.json index ba78a4a50f..b0f99bc868 100644 --- a/wp-content/themes/twentytwentythree/theme.json +++ b/wp-content/themes/twentytwentythree/theme.json @@ -587,6 +587,9 @@ "fontWeight": "normal", "lineHeight": "1.4" } + }, + "core/separator": { + "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){width: 100px}" } }, "color": { diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fe59dfe94..1135cbf5fe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56172'; +$wp_version = '6.3-beta3-56173'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.