Skip to content

Commit

Permalink
Add support for header text alignment (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Feb 28, 2025
1 parent 16fa25f commit 85f6446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/title-card/title-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export class TitleCard extends MushroomBaseElement implements LovelaceCard {
background: none;
border: none;
box-shadow: none;
text-align: var(--card-text-align, inherit);
}
.header div * {
margin: 0;
Expand Down

0 comments on commit 85f6446

Please sign in to comment.