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);