mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Fix height for horizontal-stack-card (#22593)
Update hui-horizontal-stack-card.ts
This commit is contained in:
parent
67852125e5
commit
51f89b00c1
@ -27,7 +27,6 @@ export class HuiHorizontalStackCard extends HuiStackCard {
|
|||||||
css`
|
css`
|
||||||
#root {
|
#root {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
|
||||||
gap: var(--horizontal-stack-card-gap, var(--stack-card-gap, 8px));
|
gap: var(--horizontal-stack-card-gap, var(--stack-card-gap, 8px));
|
||||||
}
|
}
|
||||||
#root > hui-card {
|
#root > hui-card {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user