Skip to content

Commit

Permalink
fix(social-media-share): Removing padding - FRONT-3765 (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Oct 5, 2022
1 parent 88d11cc commit 78c933f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $_main-border: null !default;
border: $_main_border;
border-radius: $_border-radius;
margin: 0;
padding: map.get(theme.$spacing, 'l');
padding: 0;
}

.ecl-social-media-share__description {
Expand Down

1 comment on commit 78c933f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.