Twenty Twenty: Correctly align Social Icons block in the editor.

This changeset resets `padding-left` property for the Social Icons block in the editor.

Props umesh84, audrasjb, nidhidhandhukiya, kajalgohel.
Fixes #55987.


git-svn-id: https://develop.svn.wordpress.org/trunk@54152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-09-14 10:02:10 +00:00
parent a8f702f4c5
commit 2030705bc5
2 changed files with 8 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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 {