Fix spacing more info (#6419)

This commit is contained in:
Bram Kragten 2020-07-17 12:04:20 +02:00 committed by GitHub
parent ba67b1291f
commit 3c63c23e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,13 +302,15 @@ export class MoreInfoDialog extends LitElement {
} }
} }
state-history-charts {
margin-top: 16px 0;
}
ha-dialog[data-domain="camera"] { ha-dialog[data-domain="camera"] {
--dialog-content-padding: 0; --dialog-content-padding: 0;
} }
state-card-content,
state-history-charts {
display: block;
margin-bottom: 16px;
}
`, `,
]; ];
} }