mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
CE-604 Adjust a padding in light of tabs
This commit is contained in:
@ -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 ?
|
||||||
|
Reference in New Issue
Block a user