From 6e18ebb714d0a4aa4f324e0b53cc393966686e02 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 17 Oct 2023 14:39:34 +0300 Subject: [PATCH] Update DashboardCardWrapper.tsx --- src/pages/Dashboard/DashboardCardWrapper.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/Dashboard/DashboardCardWrapper.tsx b/src/pages/Dashboard/DashboardCardWrapper.tsx index 0aa75f7f..7e2a1df8 100644 --- a/src/pages/Dashboard/DashboardCardWrapper.tsx +++ b/src/pages/Dashboard/DashboardCardWrapper.tsx @@ -12,8 +12,8 @@ const DashboardCardWrapper = ({ children, padding = '12px 16px', width, - height, - minWidth, + height = 'auto', + minWidth = '0', }: DashboardCardWrapperProps) => { return ( ) } - -export default DashboardCardWrapper +export default DashboardCardWrapper \ No newline at end of file