From 437581ba167d8e3fa7ab237cc4073c0aa875c3e2 Mon Sep 17 00:00:00 2001 From: shravanithouta108 Date: Sat, 11 Jul 2026 12:19:55 +0530 Subject: [PATCH 1/5] fix(ui): prevent filter controls from overlapping in Findings page - Replace fixed sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 with auto-fit minmax(180px,1fr) - Ensures each filter item has minimum 180px width - Controls wrap gracefully to new line when horizontal space is insufficient - Fixes overlapping TARGET, SCANNER, ASSET, FINDING KIND, ANALYST STATE filters --- frontend/src/pages/Findings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Findings.tsx b/frontend/src/pages/Findings.tsx index dceb1248c..554f7dddb 100644 --- a/frontend/src/pages/Findings.tsx +++ b/frontend/src/pages/Findings.tsx @@ -824,7 +824,7 @@ export default function Findings() {
-
+