Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 53236)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -306,6 +306,21 @@
 	text-align: center;
 }
 
+.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-left {
+    	text-align: left;
+    	max-width: 610px;
+}
+
+.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-center {
+    	text-align: center;
+    	max-width: 610px;
+}
+
+.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-right {
+    	text-align: right;
+    	max-width: 610px;
+}
+
 /* DROP CAP */
 
 .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 53236)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -306,6 +306,21 @@
 	text-align: center;
 }
 
+.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-left {
+    	text-align: left;
+    	max-width: 610px;
+}
+
+.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-center {
+    	text-align: center;
+    	max-width: 610px;
+}
+
+.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-right {
+    	text-align: right;
+    	max-width: 610px;
+}
+
 /* DROP CAP */
 
 .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
