mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Revert height=100% in horizontal-stack-card (#22617)
Update hui-horizontal-stack-card.ts
This commit is contained in:
parent
a4bb0e04ab
commit
25cd8a9d9f
@ -28,6 +28,7 @@ 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