Don't allow to change the domain in entity registry settings (#16800)

This commit is contained in:
Bram Kragten
2023-06-22 11:09:02 +02:00
committed by GitHub
parent b748fee321
commit 80c57fa326
2 changed files with 41 additions and 7 deletions

View File

@@ -160,6 +160,9 @@ export class HaTextField extends TextFieldBase {
.mdc-text-field__input[type="number"] {
direction: var(--direction);
}
.mdc-text-field__affix--prefix {
padding-right: var(--text-field-prefix-padding-right, 2px);
}
`,
// safari workaround - must be explicit
document.dir === "rtl"