[ci skip]
@ -46,3 +46,6 @@
p
// Add some margin to paragraphs in long-text fields
margin-bottom: 1em
.wp-edit-field--text
width: 100%
@ -121,7 +121,8 @@
</wp-edit-field>
<wp-edit-field *ngIf="!descriptor.field.isFormattable"
[workPackageId]="workPackage.id"
[fieldName]="descriptor.name">
[fieldName]="descriptor.name"
[ngClass]="descriptor.field.type === 'text' ? 'wp-edit-field--text' : '' ">
</div>
<div