From fd07306102fdb545dbc2f24fb60ba777d0a68482 Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Wed, 22 Sep 2021 15:25:30 +0200 Subject: [PATCH] fix: inventory adjustment style. --- .../Drawers/InventoryAdjustmentDetailDrawer/index.js | 7 +------ .../Drawers/InventoryAdjustmentDrawer.module.scss | 2 ++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/containers/Drawers/InventoryAdjustmentDetailDrawer/index.js b/src/containers/Drawers/InventoryAdjustmentDetailDrawer/index.js index f614bc782..fd9b0a12d 100644 --- a/src/containers/Drawers/InventoryAdjustmentDetailDrawer/index.js +++ b/src/containers/Drawers/InventoryAdjustmentDetailDrawer/index.js @@ -19,12 +19,7 @@ function InventoryAdjustmentDetailDrawer({ payload: { inventoryId }, }) { return ( - + diff --git a/src/style/components/Drawers/InventoryAdjustmentDrawer.module.scss b/src/style/components/Drawers/InventoryAdjustmentDrawer.module.scss index 52706bbfb..211c2f9ba 100644 --- a/src/style/components/Drawers/InventoryAdjustmentDrawer.module.scss +++ b/src/style/components/Drawers/InventoryAdjustmentDrawer.module.scss @@ -1,6 +1,7 @@ .detail_panel { :global .card { padding: 22px 15px; + margin: 15px; } &_header { @@ -9,6 +10,7 @@ &_table { :global .bigcapital-datatable { + margin-top: 30px; .thead, .tbody { .quantity,