Twenty Twenty: Fix Social Links widget alignment.

This fixes an alignment issue with the Social Links block used in the context of a widget area.

Props grandeljay, sabernhardt.
Fixes #56474.


git-svn-id: https://develop.svn.wordpress.org/trunk@54167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-09-14 21:33:01 +00:00
parent 26fad95654
commit 235faff315
2 changed files with 12 additions and 0 deletions

View File

@@ -4330,6 +4330,12 @@ div.comment:first-of-type {
/* Widget: Text ------------------------------ */
/* Widget: Blocks ---------------------------- */
.widget .wp-block-social-links li {
margin-top: 0;
}
/* -------------------------------------------------------------------------- */

View File

@@ -4366,6 +4366,12 @@ div.comment:first-of-type {
/* Widget: Text ------------------------------ */
/* Widget: Blocks ---------------------------- */
.widget .wp-block-social-links li {
margin-top: 0;
}
/* -------------------------------------------------------------------------- */