mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Prevent shrinking of percent value in supervisor metrics (#9033)
This commit is contained in:
parent
fdcbb5b432
commit
cbd6d4251c
@ -64,6 +64,7 @@ class SupervisorMetric extends LitElement {
|
|||||||
.value {
|
.value {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user