From f4098d271df47b9da13cbd3eea2e5d65f423cba1 Mon Sep 17 00:00:00 2001 From: yoouyeon Date: Wed, 30 Aug 2023 15:45:06 +0900 Subject: [PATCH] =?UTF-8?q?[Style]=20[GGFE-206]=20inventoryItem=20height?= =?UTF-8?q?=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/store/Inventory.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/store/Inventory.module.scss b/styles/store/Inventory.module.scss index 29fb4df37..0a5206651 100644 --- a/styles/store/Inventory.module.scss +++ b/styles/store/Inventory.module.scss @@ -32,6 +32,7 @@ .inventoryItem { position: relative; + height: fit-content; padding: 1rem; color: #7a6e7b; background-color: #d4b8f2;