Fix height for horizontal-stack-card (#22593)

Update hui-horizontal-stack-card.ts
This commit is contained in:
ildar170975 2024-10-30 10:47:03 +03:00 committed by GitHub
parent 67852125e5
commit 51f89b00c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {