Skip to content

Commit

Permalink
Fix size of cards inside stack cards
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jun 27, 2024
1 parent 7603fa3 commit 7d5c42a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/panels/lovelace/cards/hui-stack-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export abstract class HuiStackCard<T extends StackCardConfig = StackCardConfig>
--ha-card-border-width: var(--restore-card-border-width);
--ha-card-box-shadow: var(--restore-card-border-shadow);
}
hui-card {
display: contents;
}
`;
}
}

0 comments on commit 7d5c42a

Please sign in to comment.