mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
Fix spacing of markdown textfield helpers (#23359)
This commit is contained in:
parent
d71b29d089
commit
c66f5e2d8a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user