Skip to content

Commit

Permalink
Set "add card" button width to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Oct 25, 2024
1 parent eb69f95 commit 0e58dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panels/lovelace/sections/hui-grid-section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0e58dd1

Please sign in to comment.