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