Skip to content

Commit

Permalink
Merge pull request #759 from catenax-ng/feature/TRACEFOSS-2327-update…
Browse files Browse the repository at this point in the history
…-dialog-ui

chore: TRACEFOSS-2327 fixed some ui topics
  • Loading branch information
ds-mwesener authored Nov 13, 2023
2 parents e780373 + fb0c8fa commit fee5b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
display: flex;
flex-direction: column;
textarea{
min-height:100px;
min-height:280px;
max-height:450px;
margin-top:7px;
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

<form [formGroup]="formGroup" class="mt-4">
<mat-hint>{{ translationContext + '.modal.cancellationHint' | i18n }}</mat-hint>
<app-textarea formControlName="notificationId" [label]="notification?.id"></app-textarea>
<app-input formControlName="notificationId" [label]="notification?.id"></app-input>
</form>
</ng-template>

0 comments on commit fee5b08

Please sign in to comment.