Skip to content

Commit

Permalink
fix(rtl): row-reverse for rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisadubois committed Nov 6, 2024
1 parent 56c241a commit 7b0fe5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ButtonGroup/ButtonGroup.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@

&[data-orientation='horizontal'] {
flex-direction: row;
[dir="rtl"] & {
flex-direction: row-reverse;
}
}

&[data-orientation='vertical'] {
flex-direction: column;

}

&[data-separator='true'] {
Expand Down

0 comments on commit 7b0fe5a

Please sign in to comment.