Skip to content

Commit

Permalink
fix: buttonGroupReverse align baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Oct 1, 2024
1 parent a7287af commit 32d9efd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ui/lib/helperClasses/buttonGroup/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.buttonGroup {
display: flex;
align-items: baseline;
display: flex;
gap: 1rem;
}

.buttonGroupReverse {
align-items: baseline;
display: flex;
gap: 1rem;
flex-direction: row-reverse;
gap: 1rem;
}

0 comments on commit 32d9efd

Please sign in to comment.