mirror of
git://develop.git.wordpress.org/
synced 2025-04-16 18:11:59 +02:00
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:
parent
707ec434e1
commit
3afede6179
@ -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
@ -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);
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user