1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00

state-card-input_number: fix for narrow viewport (#29327)

state-info: fix for narrow viewport
This commit is contained in:
ildar170975
2026-02-09 17:30:40 +03:00
committed by GitHub
parent e6c9e81082
commit d34921ff6d

View File

@@ -109,6 +109,11 @@ class StateCardInputNumber extends LitElement {
width: 100%;
max-width: 200px;
}
@media (max-width: 450px) {
state-info {
flex-basis: 60%;
}
}
`;
private async _initialLoad(): Promise<void> {