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 8a5f813502..58a3945466 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
886 | 886 | font-size: 16px; |
887 | 887 | font-weight: 500; |
888 | 888 | margin-top: 12px; |
889 | | text-transform: none; |
| 889 | text-transform: inherit; |
890 | 890 | } |
891 | 891 | |
892 | 892 | .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, |
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 7f18f47724..7e1816167c 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
890 | 890 | font-size: 16px; |
891 | 891 | font-weight: 500; |
892 | 892 | margin-top: 12px; |
893 | | text-transform: none; |
| 893 | text-transform: inherit; |
894 | 894 | } |
895 | 895 | |
896 | 896 | .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, |