[FE] Full width table display in KSQL_DB page (#2849)

This commit is contained in:
Mgrdich 2022-11-01 16:20:43 +04:00 committed by GitHub
parent 77f789fa6c
commit cd2d8b026f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ export const Wrapper = styled.div`
export const ScrollableTable = styled(Table)` export const ScrollableTable = styled(Table)`
overflow-y: scroll; overflow-y: scroll;
width: 100%;
td { td {
vertical-align: top; vertical-align: top;