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

Fix node metrics line progress (#7466)

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2023-04-03 16:12:35 +03:00 committed by GitHub
parent 47796228d0
commit fef9443064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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