Skip to content

Commit

Permalink
fix: FilterMultiSelect margin-inline for chevron (#17)
Browse files Browse the repository at this point in the history
* fix: add margin-inline so that the spacing swaps in rtl

* fix: add changeset
  • Loading branch information
kaydwithers authored Aug 31, 2023
1 parent 2faae9e commit 9b8dc9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-queens-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/select": patch
---

use margin-inline so that icon spacing swaps in rtl
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 9b8dc9e

Please sign in to comment.