diff --git a/wp-content/themes/twentytwentyone/assets/css/ie.css b/wp-content/themes/twentytwentyone/assets/css/ie.css index ba2052c334..41b208c704 100644 --- a/wp-content/themes/twentytwentyone/assets/css/ie.css +++ b/wp-content/themes/twentytwentyone/assets/css/ie.css @@ -3476,6 +3476,7 @@ pre.wp-block-preformatted { line-height: 1.7; max-width: inherit; margin-right: -3px; + margin-left: 0; padding: 10px; } diff --git a/wp-content/themes/twentytwentyone/style-rtl.css b/wp-content/themes/twentytwentyone/style-rtl.css index a3315f48a3..ae7b0f89be 100644 --- a/wp-content/themes/twentytwentyone/style-rtl.css +++ b/wp-content/themes/twentytwentyone/style-rtl.css @@ -3204,6 +3204,7 @@ pre.wp-block-preformatted { line-height: var(--form--line-height); max-width: inherit; margin-left: calc(-1 * var(--button--border-width)); + margin-right: 0; padding: var(--form--spacing-unit); } diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css index 3a7b6b5620..3378196988 100644 --- a/wp-content/themes/twentytwentyone/style.css +++ b/wp-content/themes/twentytwentyone/style.css @@ -3214,6 +3214,7 @@ pre.wp-block-preformatted { line-height: var(--form--line-height); max-width: inherit; margin-right: calc(-1 * var(--button--border-width)); + margin-left: 0; padding: var(--form--spacing-unit); } diff --git a/wp-includes/version.php b/wp-includes/version.php index d377fcd9a3..93f44ad783 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58202'; +$wp_version = '6.6-alpha-58203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.