grid formatting

This commit is contained in:
proddy
2024-08-31 16:12:57 +02:00
parent 931827c526
commit b3951e92a4
5 changed files with 9 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ const CustomEntitiesDialog = ({
<Box display="flex" flexWrap="wrap" mb={1}>
<Box flexWrap="nowrap" whiteSpace="nowrap" />
</Box>
<Grid container spacing={1} rowSpacing={0}>
<Grid container spacing={2} rowSpacing={0}>
<Grid size={12}>
<ValidatedTextField
fieldErrors={fieldErrors}