feat: set margin bottom to 10px
This commit is contained in:
@@ -343,7 +343,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
|
|||||||
fullWidth
|
fullWidth
|
||||||
value={recordingUrl}
|
value={recordingUrl}
|
||||||
onChange={setBrowserRecordingUrl}
|
onChange={setBrowserRecordingUrl}
|
||||||
style={{ marginBottom: '20px', marginTop: '20px' }}
|
style={{ marginBottom: '10px', marginTop: '20px' }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
@@ -355,7 +355,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label={t('recordingtable.modal.login_title')}
|
label={t('recordingtable.modal.login_title')}
|
||||||
style={{ marginBottom: '20px' }}
|
style={{ marginBottom: '10px' }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user