Skip to content

Commit

Permalink
Fix tile card padding in vertical mode
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jul 16, 2024
1 parent f70126e commit 13dcc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panels/lovelace/cards/hui-tile-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 13dcc19

Please sign in to comment.