feat: set gap to 200px

This commit is contained in:
karishmas6
2024-08-26 20:21:21 +05:30
parent 6022063877
commit b39e2fea29

View File

@@ -171,7 +171,7 @@ export const InterpretationLog = () => {
</Table>
</TableContainer>
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '20px' }}>
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '200px' }}>
<FormControl>
<FormLabel>
<h4>What is the maximum number of rows you want to extract?</h4>