Skip to content

Commit

Permalink
Fixed Social Icons shape, and horizontal and vertical alignments (fixes
Browse files Browse the repository at this point in the history
#28340) (#28448)

* Fixed Social Icons shape, and horizontal and vertical alignments (fixes #28340)

Original issue was that when adding Social Icons to a Navigation block, the icons would be oblong instead of circle. The icons only misshapened when size Small or Normal was selected. I also noticed that when a horizontal Nav block was added, the social icons wouldn't align horizontally, and in a vertical Nav block, the social icons wouldn't align vertically.

* removed padding-left:0.5em
  • Loading branch information
Arash-11 authored Feb 3, 2021
1 parent e6a4d7f commit 35d92db
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 @@ -21,7 +21,7 @@
.wp-social-link {
// This needs specificity to override some themes.
&.wp-social-link.wp-social-link {
margin: 4px 8px 4px 0;
margin: auto 8px auto 0;
}

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

0 comments on commit 35d92db

Please sign in to comment.