Skip to content

Commit

Permalink
add inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswithf committed Sep 10, 2024
1 parent 034c4a8 commit 58b9f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
},
},
checkbox: {
base: 'relative flex items-start gap-x-2 align-bottom',
base: 'relative inline-flex items-start gap-x-2 align-bottom',
normal: 'cursor-pointer',
disabled: '',
layout: {
Expand Down

0 comments on commit 58b9f7b

Please sign in to comment.