Skip to content

Commit

Permalink
Merge pull request #631 from idurar/dev
Browse files Browse the repository at this point in the history
update dashboard ui
  • Loading branch information
salahlalami authored Nov 1, 2023
2 parents 36eb5de + c9d6b2c commit 2636ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/apps/ErpApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ErpCrmApp() {
margin: '40px auto 30px',
overflow: 'initial',
width: '100%',
maxWidth: isNavMenuClose ? 1200 : 1100,
maxWidth: isNavMenuClose ? 1150 : 1050,
}}
>
<Suspense fallback={<PageLoader />}>
Expand Down

0 comments on commit 2636ba2

Please sign in to comment.