Table Info: Fix layout for full width (#6757)
This commit is contained in:
parent
eb5b0dead1
commit
07d24e2d43
@ -1,6 +1,7 @@
|
||||
.table {
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
grid-template-columns: max-content 1fr;
|
||||
flex-shrink: 0;
|
||||
gap: 1px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user