From 87188f1c413923eb93ce49011abd1579040d3848 Mon Sep 17 00:00:00 2001 From: Adonis Puente Date: Wed, 7 Aug 2024 14:58:23 -0500 Subject: [PATCH] fix(vulnerability): Fix padding issue in vuln sysdetails page --- src/App.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.scss b/src/App.scss index 4833e9413..bd7e84c1d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -5,7 +5,3 @@ table.ins-entity-table th { padding: 1rem; padding-left: 2rem; } - -.inventory { - height: 100%; -}