fix: responsive margin

Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
Federico Morreale
2023-10-18 15:20:40 +02:00
parent a484e6c23c
commit e0e93f8a2d
@@ -161,7 +161,7 @@ export const RepoUrlPicker = (props: RepoUrlPickerProps) => {
return (
<>
{schema.title && (
<Box my="8px">
<Box my={1}>
<Typography variant="h5">{schema.title}</Typography>
<Divider />
</Box>