1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix node metrics line progress

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2023-04-03 14:54:01 +03:00
parent 3b8ef07a9e
commit 44bf3dcb08

View File

@ -16,6 +16,10 @@
@include table-cell-warning;
}
.LineProgress {
width: 100%;
}
&.cpu {
flex: 1.0;
align-self: center;