Fixes style of dataset description form template
This commit is contained in:
parent
202ba64d21
commit
20c607d88a
|
@ -37,8 +37,7 @@
|
|||
Add one more field +
|
||||
</a>
|
||||
</div> -->
|
||||
<app-form-field [form]="fieldFormGroup" class="col-12 compositeField" [datasetProfileId]="datasetProfileId"
|
||||
[isChild]="true"></app-form-field>
|
||||
<app-form-field *ngIf="this.visibilityRulesService.checkElementVisibility(this.fieldFormGroup.get('id').value)" [form]="fieldFormGroup" class="col-12 compositeField" [datasetProfileId]="datasetProfileId" [isChild]="true"></app-form-field>
|
||||
<!-- <div *ngIf="fieldFormGroup" class="col-12">
|
||||
<div *ngFor="let multipleField of fieldFormGroup.get('multiplicityItems')['controls']; let j = index" class="row">
|
||||
<app-form-field class="col-12" [form]="multipleField" [datasetProfileId]="datasetProfileId" [isChild]="true"></app-form-field>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.compositeField {
|
||||
padding-left: 0em !important;
|
||||
padding-top: 2em !important;
|
||||
// padding-top: 2em !important;
|
||||
}
|
||||
|
||||
// ::ng-deep .mat-form-field-appearance-outline .mat-form-field-outline {
|
||||
|
|
|
@ -16,3 +16,8 @@
|
|||
.info-icon{
|
||||
margin-top: 1.625rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
text-transform: capitalize;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue