fix: spacing

This commit is contained in:
karishmas6
2024-08-30 22:46:25 +05:30
parent 165e424da2
commit b9e36b5ec8

View File

@@ -182,7 +182,6 @@ export const InterpretationLog = () => {
</TableBody> </TableBody>
</Table> </Table>
</TableContainer> </TableContainer>
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '200px' }}> <div style={{ display: 'flex', alignItems: 'flex-start', gap: '200px' }}>
<FormControl> <FormControl>
<FormLabel> <FormLabel>
@@ -209,7 +208,6 @@ export const InterpretationLog = () => {
)} )}
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
<div> <div>
<h4>How can we find the next item?</h4> <h4>How can we find the next item?</h4>
<p>Select and review the pagination setting this webpage is using</p> <p>Select and review the pagination setting this webpage is using</p>