Fix query response table style (#341)
- Overide table body height to auto to take the available space
This commit is contained in:
parent
c4ac4668c2
commit
b58a7158d5
|
|
@ -24,6 +24,7 @@ const StyledTableWrapped = styled(TableWrapper)`
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: auto;
|
height: auto;
|
||||||
.tbody {
|
.tbody {
|
||||||
|
height: auto;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user