Merge pull request #487 from getmaxun/edit-rob-url

fix: excess gap between text fields
This commit is contained in:
Karishma Shukla
2025-03-20 03:02:43 +05:30
committed by GitHub

View File

@@ -465,7 +465,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
type='text'
value={targetUrl || ''}
onChange={(e) => handleTargetUrlChange(e.target.value)}
style={{ marginBottom: '20px', marginTop: '15px' }}
style={{ marginBottom: '20px' }}
/>
{robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && (