fix: custom analytics project dropdown fix (#2828)

This commit is contained in:
Anmol Singh Bhatia 2023-11-22 14:55:18 +05:30 committed by GitHub
parent 6cb3939835
commit 59dbbb29cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ export const SelectProject: React.FC<Props> = ({ value, onChange, projects }) =>
.join(", ")
: "All projects"
}
optionsClassName="min-w-full"
optionsClassName="min-w-full max-w-[20rem]"
multiple
/>
);