Fix glance card with header if parent does not set block (#7526)

This commit is contained in:
Paulus Schoutsen 2020-10-29 18:29:20 +01:00 committed by GitHub
parent fbb43821ba
commit 99935f1e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,6 @@ export class HuiGlanceCard extends LitElement implements LovelaceCard {
display: flex;
padding: 0 16px 4px;
flex-wrap: wrap;
height: 100%;
box-sizing: border-box;
align-content: center;
}