mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix width of numeric features in tile card (#21543)
This commit is contained in:
parent
7e9d09e11c
commit
acd1b04b0a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user