Fix tile card padding in vertical mode (#21409)

This commit is contained in:
Paul Bottein 2024-07-18 21:03:21 +02:00 committed by GitHub
parent e63d82d291
commit ce43774b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -383,9 +383,9 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
display: flex;
flex-direction: row;
align-items: center;
padding: 0 10px;
min-height: var(--row-height, 56px);
padding: 10px;
flex: 1;
box-sizing: border-box;
pointer-events: none;
}
.vertical {