diff --git a/app/portainer/components/forms/por-switch-field/por-switch-field.css b/app/portainer/components/forms/por-switch-field/por-switch-field.css index 5fa6465b9..0bf57f6b0 100644 --- a/app/portainer/components/forms/por-switch-field/por-switch-field.css +++ b/app/portainer/components/forms/por-switch-field/por-switch-field.css @@ -1,6 +1,7 @@ /* switch box */ -.switch { +.switch, +.bootbox-checkbox-list > .checkbox > label { --switch-size: 24px; }