From 3a6f1e2b63c6a507c489596ecf6029076d9270e0 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 15 May 2018 17:18:51 -0400 Subject: [PATCH] make labels input standard width on wfjt form --- awx/ui/client/src/templates/workflows.form.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/templates/workflows.form.js b/awx/ui/client/src/templates/workflows.form.js index 42face36b2..b484d33c7e 100644 --- a/awx/ui/client/src/templates/workflows.form.js +++ b/awx/ui/client/src/templates/workflows.form.js @@ -71,7 +71,6 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) { labels: { label: i18n._('Labels'), type: 'select', - class: 'Form-formGroup--fullWidth', ngOptions: 'label.label for label in labelOptions track by label.value', multiSelect: true, dataTitle: i18n._('Labels'),