Remove max hight for table container
This commit is contained in:
parent
ab36b88c2f
commit
b52a26bb80
@ -111,9 +111,7 @@ const RegistryRecords = ({ type }) => {
|
||||
<Paper style={{
|
||||
width: '100%',
|
||||
}}>
|
||||
<TableContainer style={{
|
||||
maxHeight: 800,
|
||||
}}>
|
||||
<TableContainer>
|
||||
<Table>
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
|
Loading…
Reference in New Issue
Block a user