Fix conversation RTL + text-alignment (#13264)

This commit is contained in:
Yosi Levy
2022-07-27 12:39:44 +03:00
committed by GitHub
parent 26ed13e548
commit 7501849044
2 changed files with 12 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ export class HaTextField extends TextFieldBase {
}
input {
text-align: var(--text-field-text-align);
text-align: var(--text-field-text-align, start);
}
/* Chrome, Safari, Edge, Opera */