diff --git a/client/src/containers/Dialogs/InventoryAdjustmentFormDialog/InventoryAdjustmentFormDialogFields.js b/client/src/containers/Dialogs/InventoryAdjustmentFormDialog/InventoryAdjustmentFormDialogFields.js
index f27976023..726d95f50 100644
--- a/client/src/containers/Dialogs/InventoryAdjustmentFormDialog/InventoryAdjustmentFormDialogFields.js
+++ b/client/src/containers/Dialogs/InventoryAdjustmentFormDialog/InventoryAdjustmentFormDialogFields.js
@@ -118,7 +118,7 @@ export default function InventoryAdjustmentFormDialogFields() {
label={}
labelInfo={}
intent={inputIntent({ error, touched })}
- helperText={}
+ helperText={}
className={'form-group--adjustment-account'}
>
- {/*------------ description -----------*/}
+ {/*------------ Adjustment reasons -----------*/}
{({ field, meta: { error, touched } }) => (
}
className={'form-group--adjustment-reasons'}
intent={inputIntent({ error, touched })}
- helperText={}
+ helperText={}
>
diff --git a/client/src/style/pages/PaymentReceive/QuickPaymentReceiveDialog.scss b/client/src/style/pages/PaymentReceive/QuickPaymentReceiveDialog.scss
index 4f608378f..d01465ef4 100644
--- a/client/src/style/pages/PaymentReceive/QuickPaymentReceiveDialog.scss
+++ b/client/src/style/pages/PaymentReceive/QuickPaymentReceiveDialog.scss
@@ -1,7 +1,13 @@
.dialog--quick-payment-receive {
.bp3-form-group {
- margin-bottom: 15px;
+ // margin-bottom: 15px;
+
+ label.bp3-label {
+ margin-bottom: 3px;
+ font-size: 13px;
+ }
}
+
.form-group {
&--statement {
.bp3-form-content {