feat: use flex-start
This commit is contained in:
@@ -171,7 +171,7 @@ export const InterpretationLog = () => {
|
|||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer>
|
||||||
|
|
||||||
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginTop: '20px' }}>
|
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '20px' }}>
|
||||||
<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>
|
||||||
@@ -182,9 +182,12 @@ export const InterpretationLog = () => {
|
|||||||
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4>Additional Options</h4>
|
<h4>Additional Options</h4>
|
||||||
<Button variant="contained" color="primary">Action</Button>
|
<Button variant="contained" color="primary">
|
||||||
|
Some Action
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user