mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix control number buttons height (#24441)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user