Skip to content

Commit

Permalink
Fix spacing of markdown textfield helpers (#23359)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin authored Dec 20, 2024
1 parent d71b29d commit c66f5e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ha-textfield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c66f5e2

Please sign in to comment.