From fae0588cc8ca403838820c1f4593d74d0523fb7d Mon Sep 17 00:00:00 2001 From: Siddhant <201951151@iiitvadodara.ac.in> Date: Sun, 12 Dec 2021 03:22:56 +0530 Subject: [PATCH 1/4] fix:design fixes --- client/src/App.css | 2 +- client/src/components/dashboard/StoreDashboard.css | 3 +-- client/src/views/Inventory/Inventory.js | 1 - client/src/views/Invoice/Invoice.css | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index 9f4c6bb4..22fcc0ff 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,7 +1,7 @@ .App { text-align: center; background-color: #DDF0EE; - + height: auto; } .App-logo { diff --git a/client/src/components/dashboard/StoreDashboard.css b/client/src/components/dashboard/StoreDashboard.css index b6619dea..591d4d5c 100644 --- a/client/src/components/dashboard/StoreDashboard.css +++ b/client/src/components/dashboard/StoreDashboard.css @@ -1,9 +1,8 @@ .Container{ - height: 100%; } .Content-right{ - height: 100%; + height: auto; } .Content-left{ height: 100%; diff --git a/client/src/views/Inventory/Inventory.js b/client/src/views/Inventory/Inventory.js index 2e72bb54..bc69ee9a 100644 --- a/client/src/views/Inventory/Inventory.js +++ b/client/src/views/Inventory/Inventory.js @@ -8,7 +8,6 @@ import InventoryTable from '../../components/dashboard/StoreDashboard/InventoryT function Inventory() { return (