Fix masonry badges not centered (#19972)

This commit is contained in:
Paul Bottein 2024-03-04 15:04:45 +01:00
parent ac66079d41
commit 68fbadf21b
No known key found for this signature in database

View File

@ -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;