Fix backup summary content not centered (#23405)

This commit is contained in:
Bram Kragten 2024-12-23 16:07:07 +01:00 committed by GitHub
parent 8e71bd7e82
commit 0582798cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,9 @@ class HaBackupSummaryCard extends LitElement {
}
static styles = css`
ha-card {
min-height: 74px;
}
.summary {
display: flex;
flex-direction: row;