From 8f0d890fb96469ecded75a4cb7f5379f99ba9a32 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Thu, 23 Jun 2016 15:14:00 -0400 Subject: [PATCH] Forced options to stack inline --- awx/ui/client/src/forms/JobTemplates.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: {