Fix control number buttons height (#24441)

This commit is contained in:
Paul Bottein
2025-02-28 14:05:14 +01:00
committed by GitHub
parent c1f2e6d82b
commit ebc1259e39

View File

@@ -254,7 +254,7 @@ export class HaControlNumberButton extends LitElement {
bottom: 0;
padding: 0;
width: 35px;
height: 40px;
height: 100%;
border: none;
background: none;
cursor: pointer;