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 c3261fd203..9b91f19f09 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
@@ -296,6 +296,12 @@ Inter variable font. Usage:
 	margin: 0 auto;
 	text-align: center;
 }
+.editor-styles-wrapper .wp-block-post-title.has-text-align-left {
+	text-align: left;
+}
+.editor-styles-wrapper .wp-block-post-title.has-text-align-right {
+	text-align: right;
+}
 
 .wp-block.editor-post-title__block {
 	max-width: 1000px;
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 11a3a33f50..1d21b48150 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
@@ -296,6 +296,12 @@ Inter variable font. Usage:
 	margin: 0 auto;
 	text-align: center;
 }
+.editor-styles-wrapper .wp-block-post-title.has-text-align-left {
+	text-align: left;
+}
+.editor-styles-wrapper .wp-block-post-title.has-text-align-right {
+	text-align: right;
+}
 
 .wp-block.editor-post-title__block {
 	max-width: 1000px;
