[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)`
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
|
|
Loading…
Add table
Reference in a new issue