Skip to content

Commit 443f20e

Browse files
authored
Merge pull request #144 from lambda-curry/codegen-bot/select-portal-min-width-0c8b2a
2 parents 8349407 + 1e067fe commit 443f20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/components/src/ui/select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function Select({
157157
'data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95',
158158
'data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2',
159159
'data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
160-
'p-0 shadow-md border-0',
160+
'p-0 shadow-md border-0 min-w-[8rem]',
161161
contentClassName
162162
)}
163163
// biome-ignore lint/a11y/useSemanticElements: using <div> for PopoverContent to ensure keyboard accessibility and focus management

0 commit comments

Comments
 (0)