properly aligned the general entries form

This commit is contained in:
Anvay 2026-02-03 23:10:30 +05:30
parent 794da2fd05
commit 2cb06b3f89

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"