mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user