feat: set gap to 200px
This commit is contained in:
@@ -171,7 +171,7 @@ export const InterpretationLog = () => {
|
|||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer>
|
||||||
|
|
||||||
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '20px' }}>
|
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '200px' }}>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>
|
<FormLabel>
|
||||||
<h4>What is the maximum number of rows you want to extract?</h4>
|
<h4>What is the maximum number of rows you want to extract?</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user