Fixes margin on Dmp Wizard step two help
This commit is contained in:
parent
c06e0acee4
commit
8f381c6d85
|
@ -42,7 +42,7 @@
|
||||||
<mat-error *ngIf="formGroup.get('datasetProfile').hasError('required')">
|
<mat-error *ngIf="formGroup.get('datasetProfile').hasError('required')">
|
||||||
{{'GENERAL.VALIDATION.REQUIRED' | translate}}</mat-error>
|
{{'GENERAL.VALIDATION.REQUIRED' | translate}}</mat-error>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<div class="col-md-12 mt-3 help">
|
<div class="col-md-12 help">
|
||||||
{{'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.SECOND-STEP.FIELDS.HELP' | translate}}
|
{{'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.SECOND-STEP.FIELDS.HELP' | translate}}
|
||||||
</div>
|
</div>
|
||||||
<!-- <mat-form-field class="col-md-6">
|
<!-- <mat-form-field class="col-md-6">
|
||||||
|
|
Loading…
Reference in New Issue