Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 53101)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -1098,6 +1098,10 @@
 	padding-right: 1.3em;
 }
 
+.editor-styles-wrapper ul.block-editor-block-list__block.wp-block-social-links {
+	padding-left: 0;
+}
+
 /* Block: Post Template ---------------- */
 
 .editor-styles-wrapper ul.wp-block-post-template {
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 53101)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -1098,6 +1098,10 @@
 	padding-left: 1.3em;
 }
 
+.editor-styles-wrapper ul.block-editor-block-list__block.wp-block-social-links {
+	padding-left: 0;
+}
+
 /* Block: Post Template ---------------- */
 
 .editor-styles-wrapper ul.wp-block-post-template {
