make labels input standard width on wfjt form

This commit is contained in:
John Mitchell
2018-05-15 17:18:51 -04:00
parent 87239c0e11
commit 3a6f1e2b63

View File

@@ -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'),