File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments