fix: set main width 100%
This commit is contained in:
@@ -40,7 +40,7 @@ export default function Layout() {
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box component="main" sx={{ flex: 1, p: 2 }}>
|
||||
<Box component="main" sx={{ flex: 1, p: 2, width: "100%" }}>
|
||||
<Outlet />
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user