mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Fix conversation RTL + text-alignment (#13264)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user