Skip to content
Snippets Groups Projects

fix: 226 deposit form add more space to enter the title on the first step

5 files
+ 23
5
Compare changes
  • Side-by-side
  • Inline
Files
5
<form *ngIf="form"
[formGroup]="form"
class="form-two-columns"
class="form"
>
<div class="two-columns-wrapper">
<div class="left-part">
<div class="is-manual-retrieve">
<mat-label>{{labelTranslateEnum.sourceOfDocumentReferences | translate}}</mat-label>
@@ -144,7 +143,5 @@
</mat-form-field>
</ng-template>
</div>
</div>
</form>
Loading