diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 21f1e463..cdd82536 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -141,7 +141,7 @@ export default function CollectionCard({ collection, className }: Props) { if (target.id !== "expand-dropdown" + collection.id) setExpandDropdown(false); }} - className="absolute top-[3.2rem] right-5 z-10 w-36" + className="absolute top-[3.2rem] right-5 z-10" /> ) : null}