Fix spacing of markdown textfield helpers (#23359)

This commit is contained in:
Wendelin 2024-12-20 15:41:09 +01:00 committed by GitHub
parent d71b29d089
commit c66f5e2d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,6 +207,9 @@ export class HaTextField extends TextFieldBase {
.mdc-text-field__affix--prefix {
color: var(--mdc-text-field-label-ink-color);
}
#helper-text ha-markdown {
display: inline-block;
}
`,
// safari workaround - must be explicit
mainWindow.document.dir === "rtl"