Skip to content

Commit

Permalink
Fix backup summary content not centered
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Dec 23, 2024
1 parent 8e71bd7 commit 003e139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/panels/config/backup/components/ha-backup-summary-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ class HaBackupSummaryCard extends LitElement {
}

static styles = css`
ha-card {
min-height: 74px;
}
.summary {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 003e139

Please sign in to comment.