Skip to content

Commit

Permalink
Fix masonry badges not centered (#19972)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Mar 4, 2024
1 parent 70146a0 commit 8ccc38e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/panels/lovelace/views/hui-masonry-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
padding-top: 4px;
}
.badges {
margin: 8px 16px;
font-size: 85%;
text-align: center;
}
#columns {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 8ccc38e

Please sign in to comment.