mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
number slider: change column width check from 350px to 300px (#8310)
This commit is contained in:
parent
2bd9b5a015
commit
1073dbe6ab
@ -152,7 +152,7 @@ class HuiInputNumberEntityRow extends LitElement implements LovelaceRow {
|
||||
return;
|
||||
}
|
||||
|
||||
element.hidden = this.parentElement.clientWidth <= 350;
|
||||
element.hidden = this.parentElement.clientWidth <= 300;
|
||||
}
|
||||
|
||||
private get _inputElement(): { value: string } {
|
||||
|
Loading…
x
Reference in New Issue
Block a user