Fix masonry badges not centered (#19972)

pull/20210/head^2
Paul Bottein 2024-03-04 15:04:45 +01:00
parent ac66079d41
commit 68fbadf21b
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

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;