Skip to content

Commit

Permalink
Social: Explicitly set text-indent (#25916)
Browse files Browse the repository at this point in the history
The social links could pick up the text-indent from some themes global
<ul> settings. This explictly sets the social link text-indent to 0
  • Loading branch information
mkaz authored Oct 12, 2020
1 parent df8f6fd commit b126b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/social-links/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
justify-content: flex-start;
padding-left: 0;
padding-right: 0;
// Some themes set text-indent on all <ul>
text-indent: 0;
// Some themes give all <ul> default margin instead of padding.
margin-left: 0;

Expand Down

0 comments on commit b126b3f

Please sign in to comment.