Increase supervisor metric value span width to account for blank (#8885)

This commit is contained in:
Philip Allgaier 2021-04-12 23:02:09 +02:00 committed by GitHub
parent d00927c31f
commit 9eb59062aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class SupervisorMetric extends LitElement {
);
}
.value {
width: 42px;
width: 48px;
padding-right: 4px;
}
`;