Skip to content

Commit

Permalink
Fix social icons vertical spacing issue (#29657)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinyAhin authored Mar 9, 2021
1 parent e334c76 commit eb85b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/social-links/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.wp-social-link {
// This needs specificity to override some themes.
&.wp-social-link.wp-social-link {
margin: auto 8px auto 0;
margin: 4px 8px 4px 0;
}

// By setting the font size, we can scale icons and paddings consistently based on that.
Expand Down

0 comments on commit eb85b1b

Please sign in to comment.