Fix text-align in map marker (#22580)

* Update ha-entity-marker.ts

* Update ha-entity-marker.ts

* Update ha-entity-marker.ts
This commit is contained in:
ildar170975 2024-10-29 16:22:05 +03:00 committed by GitHub
parent 28e12f7fd1
commit 48dfa1163b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ class HaEntityMarker extends LitElement {
.marker {
display: flex;
justify-content: center;
text-align: center;
align-items: center;
box-sizing: border-box;
width: 48px;