chore(SelectMenu)!: remove inline-flex from wrapper to behave like other form elements

This commit is contained in:
Benjamin Canac
2023-05-31 23:22:58 +02:00
parent 490025a981
commit ba44c58a80

View File

@@ -404,7 +404,7 @@ const select = {
}
const selectMenu = {
wrapper: 'relative inline-flex',
wrapper: 'relative',
container: 'z-20',
width: 'w-full',
height: 'max-h-60',