diff --git a/src/panels/lovelace/sections/hui-grid-section.ts b/src/panels/lovelace/sections/hui-grid-section.ts index 4c477891a654..2edc91094120 100644 --- a/src/panels/lovelace/sections/hui-grid-section.ts +++ b/src/panels/lovelace/sections/hui-grid-section.ts @@ -233,8 +233,8 @@ export class GridSection extends LitElement implements LovelaceSectionElement { .add { position: relative; outline: none; - grid-row: span var(--row-size, 1); - grid-column: span var(--column-size, 2); + grid-row: span 1; + grid-column: span 1; background: none; cursor: pointer; border-radius: var(--ha-card-border-radius, 12px);