mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
28e12f7fd1
commit
48dfa1163b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user