Skip to content

Commit

Permalink
Fix badges not centered in masonry view
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Mar 4, 2024
1 parent 05c1328 commit 3e8c5c6
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 3e8c5c6

Please sign in to comment.