fix: custom analytics project dropdown fix (#2828)
This commit is contained in:
parent
3dd3499b3e
commit
51cf93c9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue