Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 57139)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -1516,3 +1516,10 @@
 
 
 }
+
+ol.has-background, ul.has-background {
+    padding: 1.25em 2.375em;
+}
+.editor-styles-wrapper .block-editor-block-list__block  li.wp-block {
+	margin: 0.5rem 0 0 2rem;
+}
\ No newline at end of file
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 57139)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -1520,3 +1520,10 @@
 
 
 }
+
+ol.has-background, ul.has-background {
+    padding: 1.25em 2.375em;
+}
+.editor-styles-wrapper .block-editor-block-list__block  li.wp-block {
+	margin: 0.5rem 0 0 2rem;
+}
\ No newline at end of file
