Skip to content

Commit

Permalink
fix(ld-button): reset margin for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Nov 20, 2021
1 parent 7cb5746 commit 58f0e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-button/ld-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
--ld-button-gap-lg: 1.1875rem;
background-color: var(--ld-button-bg-color, var(--ld-thm-primary));
box-sizing: border-box;
margin: 0;
position: relative;
font: var(--ld-typo-body-m);
border: 0;
Expand Down

0 comments on commit 58f0e3f

Please sign in to comment.