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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user