-small class removed for formattable fields

pull/4338/head
manuschiller 9 years ago committed by Oliver Günther
parent a2044de1f0
commit 999ea625e4
  1. 3
      frontend/app/components/wp-edit/wp-edit-field/wp-edit-field.directive.html

@ -3,7 +3,8 @@
vm.errorenous && '-error' || '',
vm.isEditable && '-editable' || '',
vm.active && '-active' || '',
vm.fieldName
vm.fieldName,
vm.field.type !== 'wiki-textarea' && '-small'
]">
<form ng-if="vm.workPackage && vm.active"

Loading…
Cancel
Save