diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index d31394f2dd..7fd94367e0 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -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 { diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 08fee73794..c4000ad70b 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -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 {