Set "add card" button width to 1 (#22532)

This commit is contained in:
Paul Bottein 2024-10-25 18:11:51 +02:00 committed by GitHub
parent f1b24e847e
commit 9fde175c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);