Fix masonry badges not centered (#19972)
parent
ac66079d41
commit
68fbadf21b
|
@ -291,6 +291,12 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badges {
|
||||||
|
margin: 8px 16px;
|
||||||
|
font-size: 85%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#columns {
|
#columns {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue