mirror of
https://github.com/openMF/web-app.git
synced 2026-02-06 14:11:48 +00:00
properly aligned the general entries form (#3082)
This commit is contained in:
parent
6ed46aa6ac
commit
0e9e56abf7
@ -46,7 +46,7 @@
|
||||
</mat-form-field>
|
||||
|
||||
@if (assetExternalizationEnabled) {
|
||||
<mat-form-field class="flex-24">
|
||||
<mat-form-field class="flex-23">
|
||||
<mat-label>{{ 'labels.inputs.External Asset Owner' | translate }}</mat-label>
|
||||
<input matInput formControlName="externalAssetOwner" />
|
||||
</mat-form-field>
|
||||
@ -63,7 +63,7 @@
|
||||
[inputLabel]="'Affected GL Entry (Debit)'"
|
||||
>
|
||||
</mifosx-gl-account-selector>
|
||||
<mat-form-field class="flex-43">
|
||||
<mat-form-field class="flex-48">
|
||||
<mat-label>{{ 'labels.inputs.Debit Amount' | translate }}</mat-label>
|
||||
<input
|
||||
type="number"
|
||||
@ -107,7 +107,7 @@
|
||||
[inputLabel]="'Affected GL Entry (Credit)'"
|
||||
>
|
||||
</mifosx-gl-account-selector>
|
||||
<mat-form-field class="flex-43">
|
||||
<mat-form-field class="flex-48">
|
||||
<mat-label>{{ 'labels.inputs.Credit Amount' | translate }}</mat-label>
|
||||
<input
|
||||
type="number"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user