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:
parent
d9b8777797
commit
a686156945
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue