mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix glance card with header if parent does not set block (#7526)
This commit is contained in:
parent
fbb43821ba
commit
99935f1e59
@ -197,7 +197,6 @@ export class HuiGlanceCard extends LitElement implements LovelaceCard {
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 16px 4px;
|
padding: 0 16px 4px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
height: 100%;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user