mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Make list become full height
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
908f8085e1
commit
879d9b9620
@ -9,6 +9,9 @@
|
||||
|
||||
.listLayout {
|
||||
background: var(--contentColor);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
.tableTheme {
|
||||
height: 708px;
|
||||
overflow: auto;
|
||||
|
||||
table {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user