styling changes
This commit is contained in:
parent
eff8d887ae
commit
81ddaeaed6
|
@ -202,6 +202,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="fieldIndex != section.get('fields').controls.length-1" class="col-12">
|
||||
<div class="pr-2 pl-2 mt-xl-1 mt-2 mb-1">
|
||||
<mat-divider></mat-divider>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<mat-error *ngIf="section.get('fields').dirty && section.get('fields').hasError('required')">{{'DMP-BLUEPRINT-EDITOR.FIELDS-REQUIRED' | translate}}</mat-error>
|
||||
<mat-error *ngIf="section.get('fields').hasError('backendError')">{{section.get('fields').getError('backendError').message}}</mat-error>
|
||||
|
|
Loading…
Reference in New Issue