From 63282fe256448735fb203d99928727e382e582f3 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Mon, 15 Mar 2021 14:43:06 +0200 Subject: [PATCH 1/2] refactoring(quick payment ):style. --- .../pages/PaymentReceive/QuickPaymentReceiveDialog.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { From f075f9b3437eaeeada3ca6086a1b8f46c7fb49d5 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Mon, 15 Mar 2021 14:56:18 +0200 Subject: [PATCH 2/2] fix(inventoryAd): fix adjustment reason field. --- .../InventoryAdjustmentFormDialogFields.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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={} >