1
0
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:
Alex Andreev 2022-08-24 09:32:10 +03:00
parent 908f8085e1
commit 879d9b9620
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,9 @@
.listLayout {
background: var(--contentColor);
height: 100%;
display: flex;
flex-direction: column;
}
.header {

View File

@ -1,5 +1,4 @@
.tableTheme {
height: 708px;
overflow: auto;
table {