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 141b9d9f86a4c..8c49353a760ef 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 @@ -280,8 +280,10 @@ /* POST TITLE */ .editor-styles-wrapper .wp-block-post-title { - max-width: 1000px; margin: 0 auto; +} + +.editor-styles-wrapper .editor-visual-editor__post-title-wrapper .wp-block-post-title { text-align: center; } @@ -1163,6 +1165,16 @@ hr.wp-block-separator.is-style-dots::before { .editor-styles-wrapper ul.wp-block-post-template { padding-right: 0; + max-width: 100%; +} + +.editor-styles-wrapper ul.wp-block-post-template li { + max-width: 100%; + width: 100%; +} + +.editor-styles-wrapper ul.wp-block-post-template li > * { + max-width: inherit; } 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 862a51cc2b8e1..3b6553c58b9ae 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 @@ -280,8 +280,10 @@ /* POST TITLE */ .editor-styles-wrapper .wp-block-post-title { - max-width: 1000px; margin: 0 auto; +} + +.editor-styles-wrapper .editor-visual-editor__post-title-wrapper .wp-block-post-title { text-align: center; } @@ -1167,6 +1169,16 @@ hr.wp-block-separator.is-style-dots::before { .editor-styles-wrapper ul.wp-block-post-template { padding-left: 0; + max-width: 100%; +} + +.editor-styles-wrapper ul.wp-block-post-template li { + max-width: 100%; + width: 100%; +} + +.editor-styles-wrapper ul.wp-block-post-template li > * { + max-width: inherit; }