Editor: fix pattern alignment in editor view.

Adjusts root padding for synced patterns in the editor to avoid discrepancies with the front end view.

Props aaronrobertshaw, mukesh27.
Fixes  #59359.

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


git-svn-id: http://core.svn.wordpress.org/trunk@56127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
isabel_brison
2023-09-19 01:45:21 +00:00
parent 82f6ce639b
commit 9c827704be
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56614';
$wp_version = '6.4-alpha-56615';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.