Twenty Twenty-One: Test failure fix for theme [58202].
Compiling stylesheets to pass tests. See #52551. Built from https://develop.svn.wordpress.org/trunk@58203 git-svn-id: http://core.svn.wordpress.org/trunk@57666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a17042b780
commit
57dc7cd16c
|
@ -3476,6 +3476,7 @@ pre.wp-block-preformatted {
|
|||
line-height: 1.7;
|
||||
max-width: inherit;
|
||||
margin-right: -3px;
|
||||
margin-left: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue