properly aligned the general entries form (#3082)

This commit is contained in:
Anvay 2026-02-03 23:46:19 +05:30 committed by GitHub
parent 6ed46aa6ac
commit 0e9e56abf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"