Fix width of numeric features in tile card (#21543)

This commit is contained in:
Simon Lamon 2024-08-01 23:57:02 +02:00 committed by GitHub
parent 7e9d09e11c
commit acd1b04b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,8 +196,8 @@ export class HaControlNumberButton extends LitElement {
--control-number-buttons-background-opacity: 0.2;
--control-number-buttons-border-radius: 10px;
--mdc-icon-size: 16px;
height: 40px;
width: 200px;
height: var(--feature-height);
width: 100%;
color: var(--primary-text-color);
-webkit-tap-highlight-color: transparent;
font-style: normal;