From 3b54cac5437540af7e93168d8971408b564ce02f Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 17 Oct 2023 13:31:33 +0300 Subject: [PATCH] fix addCards container with fixed width --- src/components/General/AddCards/AddCardsContainer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/General/AddCards/AddCardsContainer.tsx b/src/components/General/AddCards/AddCardsContainer.tsx index 02ad5ac3..61732e03 100644 --- a/src/components/General/AddCards/AddCardsContainer.tsx +++ b/src/components/General/AddCards/AddCardsContainer.tsx @@ -5,10 +5,10 @@ import DashboardCardWrapper from '../../../pages/Dashboard/DashboardCardWrapper' const AddCardsContainer = () => { return ( - + - - + + )