File tree Expand file tree Collapse file tree
src/app/organization/tellers/cashiers/transactions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363< div class ="container ">
6464 < mat-card class ="layout-column gap-2percent mat-elevation-z8 ">
65- < div class ="layout-row gap-2percent ">
65+ < div class ="layout-row gap-2percent layout-align-start-center ">
6666 < mat-form-field class ="flex-fill ">
6767 < mat-label > {{ 'labels.inputs.Filter' | translate }}</ mat-label >
6868 < input matInput (keyup) ="applyFilter($event.target.value) " />
6969 </ mat-form-field >
7070
71- < mat-form-field >
72- < mat-label > {{ 'labels.inputs.Select Currency' | translate }} </ mat-label >
71+ < mat-form-field class =" flex-fill " >
72+ < mat-label > {{ 'labels.inputs.Select Currency' | translate }}</ mat-label >
7373 < mat-select [formControl] ="currencySelector " required >
7474 @for (currency of currencyData; track currency) {
7575 < mat-option [value] ="currency.code ">
You can’t perform that action at this time.
0 commit comments