mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix backup summary content not centered (#23405)
This commit is contained in:
parent
8e71bd7e82
commit
0582798cde
@ -68,6 +68,9 @@ class HaBackupSummaryCard extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static styles = css`
|
static styles = css`
|
||||||
|
ha-card {
|
||||||
|
min-height: 74px;
|
||||||
|
}
|
||||||
.summary {
|
.summary {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user