Twenty Twenty: Inherit Quote block's paragraph custom letter spacing in the editor.

Props nidhidhandhukiya, sabernhardt, pooja1210, ugyensupport, pouicpouic, poena.
Fixes #58033.



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


git-svn-id: http://core.svn.wordpress.org/trunk@55479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-06-21 17:46:20 +00:00
parent d9b8777797
commit a686156945
3 changed files with 3 additions and 1 deletions

View File

@ -693,6 +693,7 @@ hr.wp-block-separator.is-style-dots::before {
color: inherit;
font-weight: 400;
margin: 0 0 20px 0;
letter-spacing: inherit;
}
.editor-styles-wrapper .wp-block-quote.is-style-large {

View File

@ -697,6 +697,7 @@ hr.wp-block-separator.is-style-dots::before {
color: inherit;
font-weight: 400;
margin: 0 0 20px 0;
letter-spacing: inherit;
}
.editor-styles-wrapper .wp-block-quote.is-style-large {

View File

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