CE-604 Adjust a padding in light of tabs

This commit is contained in:
2023-11-03 09:11:45 -05:00
parent 0d763cbfc8
commit 6cfb1e04ed

View File

@ -190,7 +190,7 @@ function RecordDeveloperView({table}: Props): JSX.Element
return ( return (
<div key={fieldName}> <div key={fieldName}>
<Card sx={{mb: 3}}> <Card sx={{mb: 3}}>
<Typography variant="h6" p={2} pl={3} pb={1}>{field?.label}</Typography> <Typography variant="h6" p={2} pl={3} pb={3}>{field?.label}</Typography>
<Box display="flex" alignItems="center" justifyContent="space-between" gap={2}> <Box display="flex" alignItems="center" justifyContent="space-between" gap={2}>
{scriptId ? {scriptId ?