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