Skip to content

Commit

Permalink
fix(ld-toggle): icon placement in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur authored and renet committed Nov 9, 2021
1 parent 74d0b3d commit 3f0e35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/liquid/components/ld-toggle/ld-toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

.ld-toggle__icon-start,
.ld-toggle__icon-end {
margin: 0.75rem;
margin: auto 0.75rem;
}
}
}
Expand Down Expand Up @@ -160,7 +160,7 @@

.ld-toggle__icon-start,
.ld-toggle__icon-end {
margin: 0.5rem;
margin: auto 0.5rem;
}
}

Expand Down

0 comments on commit 3f0e35d

Please sign in to comment.