mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -4330,6 +4330,12 @@ div.comment:first-of-type {
|
||||
|
||||
/* Widget: Text ------------------------------ */
|
||||
|
||||
/* Widget: Blocks ---------------------------- */
|
||||
|
||||
.widget .wp-block-social-links li {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -4366,6 +4366,12 @@ div.comment:first-of-type {
|
||||
|
||||
/* Widget: Text ------------------------------ */
|
||||
|
||||
/* Widget: Blocks ---------------------------- */
|
||||
|
||||
.widget .wp-block-social-links li {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user