Revert height=100% in horizontal-stack-card (#22617)

Update hui-horizontal-stack-card.ts
This commit is contained in:
ildar170975 2024-10-31 23:12:32 +03:00 committed by GitHub
parent a4bb0e04ab
commit 25cd8a9d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ 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 {