Skip to content

Commit

Permalink
remove magin on mgmt-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Remus committed Feb 17, 2025
1 parent b794674 commit 31b98a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/management/Management.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function ManagementUI(/* props: Props */) {
);

return (
<Box sx={{ display: 'flex', flex: 1, marginRight: { sm: '300px' } }}>
<Box sx={{ display: 'flex', flex: 1, marginRight: { sm: '0px' } }}>
<CssBaseline />
<AppBar
position="fixed"
Expand Down

0 comments on commit 31b98a7

Please sign in to comment.