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.

Built from https://develop.svn.wordpress.org/trunk@54167


git-svn-id: http://core.svn.wordpress.org/trunk@53726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-09-14 21:34:10 +00:00
parent ea0711255f
commit 6d5fca2685
3 changed files with 13 additions and 1 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;
}
/* -------------------------------------------------------------------------- */

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54166';
$wp_version = '6.1-alpha-54167';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.