Twenty Twenty-One: Test failure fix for theme [58202].

Compiling stylesheets to pass tests.

See #52551.


git-svn-id: https://develop.svn.wordpress.org/trunk@58203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-05-27 10:26:26 +00:00
parent 707ec434e1
commit 3afede6179
5 changed files with 5 additions and 2 deletions

View File

@ -3476,6 +3476,7 @@ pre.wp-block-preformatted {
line-height: 1.7;
max-width: inherit;
margin-right: -3px;
margin-left: 0;
padding: 10px;
}

File diff suppressed because one or more lines are too long

View File

@ -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);
}

View File

@ -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);
}

File diff suppressed because one or more lines are too long