mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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`
|
||||
#root {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
gap: var(--horizontal-stack-card-gap, var(--stack-card-gap, 8px));
|
||||
}
|
||||
#root > hui-card {
|
||||
|
Loading…
x
Reference in New Issue
Block a user