styling changes

This commit is contained in:
Sofia Papacharalampous 2024-05-13 15:24:08 +03:00
parent eff8d887ae
commit 81ddaeaed6
1 changed files with 5 additions and 0 deletions

View File

@ -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>