We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8349407 + 1e067fe commit 443f20eCopy full SHA for 443f20e
2 files changed
packages/components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lambdacurry/forms",
3
- "version": "0.20.0",
+ "version": "0.20.1",
4
"type": "module",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
packages/components/src/ui/select.tsx
@@ -157,7 +157,7 @@ export function Select({
157
'data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95',
158
'data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2',
159
'data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
160
- 'p-0 shadow-md border-0',
+ 'p-0 shadow-md border-0 min-w-[8rem]',
161
contentClassName
162
)}
163
// biome-ignore lint/a11y/useSemanticElements: using <div> for PopoverContent to ensure keyboard accessibility and focus management
0 commit comments