feat: set margin bottom to 10px

This commit is contained in:
amhsirak
2025-01-22 19:14:12 +05:30
parent 67a16099fe
commit 7b7efba39b

View File

@@ -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' }}
/>
<FormControlLabel
@@ -355,7 +355,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
/>
}
label={t('recordingtable.modal.login_title')}
style={{ marginBottom: '20px' }}
style={{ marginBottom: '10px' }}
/>
<br />