From d8c1fe7f4d157e1eafba351c33e0b29696704e41 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:51:50 +0300 Subject: [PATCH] ha-formfield: fix typo "inline -> initial" (#29662) inline -> initial --- src/components/ha-formfield.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-formfield.ts b/src/components/ha-formfield.ts index b97ed5aabf..036f7635e9 100644 --- a/src/components/ha-formfield.ts +++ b/src/components/ha-formfield.ts @@ -53,7 +53,7 @@ export class HaFormfield extends FormfieldBase { :host(:not([alignEnd])) ::slotted(ha-switch) { margin-right: 10px; margin-inline-end: 10px; - margin-inline-start: inline; + margin-inline-start: initial; } .mdc-form-field { align-items: var(--ha-formfield-align-items, center);