From a8b87bfe785733f63c62b015560eae96f9cc6822 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 3 Apr 2024 07:50:38 +0300 Subject: [PATCH] fix(diamond-card): height and flex grow --- src/components/General/RightSideBar/DiamondCard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/General/RightSideBar/DiamondCard.tsx b/src/components/General/RightSideBar/DiamondCard.tsx index 2e577141..e0806b0b 100644 --- a/src/components/General/RightSideBar/DiamondCard.tsx +++ b/src/components/General/RightSideBar/DiamondCard.tsx @@ -8,8 +8,7 @@ const DiamondCard = () => { style={{ padding: '8px 12px', borderRadius: '16px', - flexGrow: '1', - height: 'max-fit', + height: 'auto', }} >