Skip to content

Commit

Permalink
Fix title card spacing with card mod
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Feb 1, 2024
1 parent c5756e2 commit 17b61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/title-card/title-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class TitleCard extends MushroomBaseElement implements LovelaceCard {
margin: 0;
white-space: pre-wrap;
}
.header div:not(:last-child) {
.header div:not(:last-of-type) {
margin-bottom: var(--title-spacing);
}
.actionable {
Expand Down

0 comments on commit 17b61cc

Please sign in to comment.