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 9b9a607b64..39def30bd3 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 @@ -1073,7 +1073,14 @@ hr.wp-block-separator.is-style-dots::before { width: 100%; } -/* Block: Paragraph -------------------------- */ +/* Block: List ------------------------------- */ + +.editor-styles-wrapper ul.block-editor-block-list__block, +.editor-styles-wrapper ol.block-editor-block-list__block, +.editor-styles-wrapper ul ul, +.editor-styles-wrapper ol ul { + padding-right: 2em; +} /* X. Media Queries 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 f17d36a977..e6e1d39b21 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 @@ -1073,7 +1073,7 @@ hr.wp-block-separator.is-style-dots::before { width: 100%; } -/* Block: Paragraph -------------------------- */ +/* Block: List ------------------------------- */ /* X. Media Queries