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

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 {