From fd4c3636708c693bcde79e269d6d942ce074b0ee Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 13 Sep 2023 11:47:01 +0300 Subject: [PATCH] feat: align parts of dashboard --- src/components/General/AddCards/AddCardsContainer.tsx | 1 - src/pages/Dashboard/Dashboard.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/General/AddCards/AddCardsContainer.tsx b/src/components/General/AddCards/AddCardsContainer.tsx index 589be32c..7dbdaa6a 100644 --- a/src/components/General/AddCards/AddCardsContainer.tsx +++ b/src/components/General/AddCards/AddCardsContainer.tsx @@ -7,7 +7,6 @@ const AddCardsContainer = () => { style={{ borderRadius: '16px', boxShadow: '0 0 8px rgba(0, 0, 0, 0.1)', - width: 'fit-content', }} > diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index d855de51..fc2837ef 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -5,7 +5,7 @@ import AddCardsContainer from '../../components/General/AddCards/AddCardsContain const Dashboard = () => { return ( - +