Skip to content

Commit 7e0ea38

Browse files
committed
feat: set margin top
1 parent 9962eb5 commit 7e0ea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robot/pages/RobotEditPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
571571

572572
return (
573573
<>
574-
<Typography variant="body1" style={{ marginBottom: '10px' }}>
574+
<Typography variant="body1" style={{ marginBottom: '10px', marginTop: '20px' }}>
575575
{t('Actions')}
576576
</Typography>
577577
{inputs}

0 commit comments

Comments
 (0)