diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 514644b132..422d722c3a 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -268,7 +268,6 @@ function(NotificationsList, CompletedJobsList, i18n) { checkbox_group: { label: i18n._('Options'), type: 'checkbox_group', - class: 'Form-formGroup--fullWidth', fields: [{ name: 'become_enabled', label: i18n._('Enable Privilege Escalation'),