From fa71d9ba86ab2c766d41e3baec5596fb19935ce5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 24 Jun 2023 16:49:13 +0330 Subject: [PATCH] minor fix --- components/CollectionCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 21f1e46..cdd8253 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}