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

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"