We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9962eb5 commit 7e0ea38Copy full SHA for 7e0ea38
src/components/robot/pages/RobotEditPage.tsx
@@ -571,7 +571,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
571
572
return (
573
<>
574
- <Typography variant="body1" style={{ marginBottom: '10px' }}>
+ <Typography variant="body1" style={{ marginBottom: '10px', marginTop: '20px' }}>
575
{t('Actions')}
576
</Typography>
577
{inputs}
0 commit comments