diff --git a/ui/src/app/shared/components/formly/form-field.wrapper.ts b/ui/src/app/shared/components/formly/form-field.wrapper.ts index d99dad4448..3d693f921d 100644 --- a/ui/src/app/shared/components/formly/form-field.wrapper.ts +++ b/ui/src/app/shared/components/formly/form-field.wrapper.ts @@ -8,13 +8,9 @@ import { FieldWrapper } from "@ngx-formly/core"; standalone: false, styles: [` :host { - formly-field-ion-toggle { + formly-field-ion-toggle, formly-field-ion-checkbox{ width: 100%; } - - formly-field-ion-select { - - } } `] })