feat: set margin top
This commit is contained in:
@@ -571,7 +571,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Typography variant="body1" style={{ marginBottom: '10px' }}>
|
<Typography variant="body1" style={{ marginBottom: '10px', marginTop: '20px' }}>
|
||||||
{t('Actions')}
|
{t('Actions')}
|
||||||
</Typography>
|
</Typography>
|
||||||
{inputs}
|
{inputs}
|
||||||
|
|||||||
Reference in New Issue
Block a user