Skip to content

Commit

Permalink
fix: add margin-inline so that the spacing swaps in rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydwithers committed Aug 31, 2023
1 parent 2faae9e commit d129a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
}

.icon {
margin-left: $spacing-xs;
margin-inline-start: $spacing-xs;
}

0 comments on commit d129a84

Please sign in to comment.