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 041c0524d8..09645053da 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 @@ -306,6 +306,14 @@ Inter variable font. Usage: 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; +} + /* DROP CAP */ .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter { 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 270035ce70..0cdb69ce84 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 @@ -306,6 +306,18 @@ Inter variable font. Usage: text-align: center; } +.editor-styles-wrapper .wp-block-post-title.has-text-align-left { + + /*rtl:ignore*/ + text-align: left; +} + +.editor-styles-wrapper .wp-block-post-title.has-text-align-right { + + /*rtl:ignore*/ + text-align: right; +} + /* DROP CAP */ .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {