fixed timezone select (#7638)

pull/7643/head^2 v2.6.10
Peer Richelsen 2023-03-09 16:23:56 +01:00 committed by GitHub
parent d9a555d94a
commit 2305b926cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,