Fix entity ID orientation in device editor (#51560)

* Fix entity ID orientation

* Apply suggestions from code review

Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>

* Fix indentation in entity-registry-settings-editor.ts

---------

Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
This commit is contained in:
Yosi Levy
2026-04-14 20:49:39 +03:00
committed by GitHub
parent ceb9967deb
commit f6a19eb6c4

View File

@@ -1632,6 +1632,9 @@ export class EntityRegistrySettingsEditor extends LitElement {
overflow: hidden;
--mdc-list-side-padding: 13px;
}
.entityId {
direction: ltr;
}
`,
];
}