Set numeric keypads to LTR (#27588)

This commit is contained in:
karwosts
2025-10-22 00:43:56 -07:00
committed by GitHub
parent 0a70e2abda
commit 6abdfa6d5c
2 changed files with 2 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ export class DialogEnterCode
grid-gap: var(--ha-space-6);
justify-items: center;
align-items: center;
direction: ltr;
}
.clear {
grid-row-start: 4;