From c816319c35ac43c49468ac0a5ad2e6a11bbf9718 Mon Sep 17 00:00:00 2001 From: Srinath Date: Wed, 11 Feb 2026 15:53:19 +0530 Subject: [PATCH] Added style for table --- .../SupplierProductMapping/SupplierProductMapping.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Pages/SupplierProductMapping/SupplierProductMapping.scss b/src/Pages/SupplierProductMapping/SupplierProductMapping.scss index 848fd2b..82b0f9b 100644 --- a/src/Pages/SupplierProductMapping/SupplierProductMapping.scss +++ b/src/Pages/SupplierProductMapping/SupplierProductMapping.scss @@ -97,3 +97,10 @@ } } } + + .ProductMappingTable { + margin-top: 20px; + height: 300px; + overflow-y: auto; + border-radius: 6px; +} \ No newline at end of file