Index: src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 49223)
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -1072,9 +1072,16 @@
 	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
 /* ------------------------------------------- */
 
Index: src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 49223)
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -1072,7 +1072,7 @@
 	width: 100%;
 }
 
-/* Block: Paragraph -------------------------- */
+/* Block: List ------------------------------- */
 
 
 /*	X.	Media Queries
