forked from github/plane
fix: custom analytics project dropdown fix (#2828)
This commit is contained in:
parent
6cb3939835
commit
59dbbb29cd
@ -34,7 +34,7 @@ export const SelectProject: React.FC<Props> = ({ value, onChange, projects }) =>
|
|||||||
.join(", ")
|
.join(", ")
|
||||||
: "All projects"
|
: "All projects"
|
||||||
}
|
}
|
||||||
optionsClassName="min-w-full"
|
optionsClassName="min-w-full max-w-[20rem]"
|
||||||
multiple
|
multiple
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user