Fix query response table style (#341)

- Overide table body height to auto to take the available space
This commit is contained in:
akash-codemonk 2020-08-18 15:48:43 +05:30 committed by GitHub
parent c4ac4668c2
commit b58a7158d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ const StyledTableWrapped = styled(TableWrapper)`
flex-direction: column;
height: auto;
.tbody {
height: auto;
overflow: auto;
}
}