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