From 4f9d2f091a36ab7406963e550972c17696fe547f Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 8 May 2025 10:12:43 +0530 Subject: [PATCH] dcrease table row size --- src/components/Project/ProjectInfra.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Project/ProjectInfra.css b/src/components/Project/ProjectInfra.css index 2c7a527a..23f80775 100644 --- a/src/components/Project/ProjectInfra.css +++ b/src/components/Project/ProjectInfra.css @@ -6,3 +6,6 @@ td { padding: 0.182rem; } +.table > :not(caption) > * > * { + padding: 0.1rem !important; +} \ No newline at end of file