From a2137a54a9e0c666876829c2cba903b3f4c4a9f8 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 9 Jun 2016 12:18:05 -0400 Subject: [PATCH] Made HTTP Header field full width To match our style guidelines --- awx/ui/client/src/notifications/notificationTemplates.form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 7ad0898b97..0a4b2d5499 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -299,6 +299,7 @@ export default function() { label: 'HTTP Headers', type: 'textarea', rows: 5, + 'class': 'Form-formGroup--fullWidth', awRequiredWhen: { reqExpression: "webhook_required", init: "false"