Skip to content

Commit

Permalink
chore(SelectMenu)!: remove inline-flex from wrapper to behave like …
Browse files Browse the repository at this point in the history
…other form elements
  • Loading branch information
benjamincanac committed May 31, 2023
1 parent 490025a commit ba44c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ const select = {
}

const selectMenu = {
wrapper: 'relative inline-flex',
wrapper: 'relative',
container: 'z-20',
width: 'w-full',
height: 'max-h-60',
Expand Down

0 comments on commit ba44c58

Please sign in to comment.