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 09645053da..b3c1001c89 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 @@ -1106,6 +1106,10 @@ hr.wp-block-separator.is-style-dots::before { 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 { 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 0cdb69ce84..2e4474ba1f 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 @@ -1110,6 +1110,10 @@ hr.wp-block-separator.is-style-dots::before { 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 {