Skip to content

Commit

Permalink
Fix height for horizontal-stack-card (#22593)
Browse files Browse the repository at this point in the history
Update hui-horizontal-stack-card.ts
  • Loading branch information
ildar170975 authored Oct 30, 2024
1 parent 6785212 commit 51f89b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/panels/lovelace/cards/hui-horizontal-stack-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 51f89b0

Please sign in to comment.