diff --git a/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts b/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts index 58334a3a87..918ee5dcd6 100644 --- a/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts +++ b/src/panels/lovelace/entity-rows/hui-input-number-entity-row.ts @@ -119,7 +119,7 @@ class HuiInputNumberEntityRow extends LitElement implements LovelaceRow { display: flex; align-items: center; justify-content: flex-end; - width: 100%; + flex-grow: 2; } .state { min-width: 45px;