diff --git a/awx/ui/client/src/forms/JobTemplates.js b/awx/ui/client/src/forms/JobTemplates.js
index c75c27a96a..140bfe948f 100644
--- a/awx/ui/client/src/forms/JobTemplates.js
+++ b/awx/ui/client/src/forms/JobTemplates.js
@@ -238,7 +238,8 @@ export default
awPopOver: "
If enabled, run this playbook as an administrator. This is the equivalent of passing the --become option to the ansible-playbook command.
",
dataPlacement: 'right',
dataTitle: 'Become Privilege Escalation',
- dataContainer: "body"
+ dataContainer: "body",
+ labelClass: 'stack-inline'
}, {
name: 'allow_callbacks',
label: 'Allow Provisioning Callbacks',
@@ -251,7 +252,8 @@ export default
"using this job template.",
dataPlacement: 'right',
dataTitle: 'Allow Provisioning Callbacks',
- dataContainer: "body"
+ dataContainer: "body",
+ labelClass: 'stack-inline'
}]
},
callback_url: {