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

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




git-svn-id: https://develop.svn.wordpress.org/trunk@55967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-06-21 17:44:40 +00:00
parent be0edc0560
commit 881f566d4e
2 changed files with 2 additions and 0 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 {