From ba44c58a80252a4394fcf2f84611ea2696883120 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 31 May 2023 23:22:58 +0200 Subject: [PATCH] chore(SelectMenu)!: remove `inline-flex` from wrapper to behave like other form elements --- src/runtime/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index d14685dd1d..190fea8433 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -404,7 +404,7 @@ const select = { } const selectMenu = { - wrapper: 'relative inline-flex', + wrapper: 'relative', container: 'z-20', width: 'w-full', height: 'max-h-60',