Skip to content

Commit

Permalink
update dashboard ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Salah Eddine Lalami committed Nov 1, 2023
1 parent 08f613d commit c9d6b2c
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 c9d6b2c

Please sign in to comment.