parent
d9a555d94a
commit
2305b926cd
|
@ -45,7 +45,7 @@ export const getReactSelectProps = <
|
|||
menuPlacement?: MenuPlacement;
|
||||
}) => ({
|
||||
menuPlacement,
|
||||
className: classNames("block min-h-[36px] w-full min-w-0 flex-1 rounded-md", className),
|
||||
className: classNames("block min-h-6 w-full min-w-0 flex-1 rounded-md", className),
|
||||
classNamePrefix: "cal-react-select",
|
||||
components: {
|
||||
...reactSelectComponents,
|
||||
|
|
Loading…
Reference in New Issue