mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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 {
|
.marker {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user