Skip to content

Commit

Permalink
fixed dashboard mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Oct 3, 2024
1 parent 0a9559e commit 76a5697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const Dashboard: FC<DashboardProps> = () => {
<Box
flexDirection="column"
display="flex"
margin={{ initial: 'spacing-sm spacing-xl spacing-sm spacing-xl', ml: 'spacing-sm', lp: 'spacing-sm' }}
width={{ initial: '100%', ml: '357px' }}
margin={'spacing-sm spacing-none'}
gap={{ ml: 'spacing-md' }}
height="100%"
width="auto"
>
<DashboardHeader
showSubHeader={showSubHeader}
Expand Down

0 comments on commit 76a5697

Please sign in to comment.