diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 9b9a607b64..39def30bd3 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/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/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index f17d36a977..e6e1d39b21 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index e732210c4e..a4751d0f90 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49509'; +$wp_version = '5.6-beta3-49510'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.