fix ui collaboration layout
This commit is contained in:
@@ -134,7 +134,7 @@ export function UI_NewChildren({ children }: { children: ReactNode }) {
|
||||
const { classes } = useStyles();
|
||||
return (
|
||||
<Box className={classes.content}>
|
||||
<Container size="xl" py="md">
|
||||
<Container size="xl" pt={"md"}>
|
||||
{children}
|
||||
</Container>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user