From 7b7efba39b213b9de5252a938fc17788949130ba Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Jan 2025 19:14:12 +0530 Subject: [PATCH] feat: set margin bottom to 10px --- src/components/robot/RecordingsTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx index 9cf802df..6297c7aa 100644 --- a/src/components/robot/RecordingsTable.tsx +++ b/src/components/robot/RecordingsTable.tsx @@ -343,7 +343,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl fullWidth value={recordingUrl} onChange={setBrowserRecordingUrl} - style={{ marginBottom: '20px', marginTop: '20px' }} + style={{ marginBottom: '10px', marginTop: '20px' }} /> } label={t('recordingtable.modal.login_title')} - style={{ marginBottom: '20px' }} + style={{ marginBottom: '10px' }} />