[FE] Full width table display in KSQL_DB page (#2849)
This commit is contained in:
parent
77f789fa6c
commit
cd2d8b026f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue