Prevent shrinking of percent value in supervisor metrics (#9033)

This commit is contained in:
Philip Allgaier 2021-05-26 00:24:30 +02:00 committed by GitHub
parent fdcbb5b432
commit cbd6d4251c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ class SupervisorMetric extends LitElement {
.value {
width: 48px;
padding-right: 4px;
flex-shrink: 0;
}
`;
}