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 (
-
+