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/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
@@ -886,7 +886,7 @@ hr.wp-block-separator.is-style-dots::before {
 	font-size: 16px;
 	font-weight: 500;
 	margin-top: 12px;
-	text-transform: none;
+	text-transform: inherit;
 }
 
 .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/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
+++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
@@ -890,7 +890,7 @@ hr.wp-block-separator.is-style-dots::before {
 	font-size: 16px;
 	font-weight: 500;
 	margin-top: 12px;
-	text-transform: none;
+	text-transform: inherit;
 }
 
 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
