From 881f566d4e492fa38a1eac69a54c9c14c0f4d3cd Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 21 Jun 2023 17:44:40 +0000 Subject: [PATCH] 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 --- .../themes/twentytwenty/assets/css/editor-style-block-rtl.css | 1 + .../themes/twentytwenty/assets/css/editor-style-block.css | 1 + 2 files changed, 2 insertions(+) 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 {