Fix more info input number #12396 (#12456)

This commit is contained in:
Zack Barett 2022-04-26 23:11:54 -05:00 committed by GitHub
parent 3605f7b70f
commit fa004de2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@ class StateCardInputNumber extends mixinBehaviors(
.sliderstate {
min-width: 45px;
}
ha-slider[hidden] {
ha-slider[hidden],
ha-textfield[hidden] {
display: none !important;
}
ha-textfield {