From e1c0c859e978857c43d0c4f5953cc5fab1f9ec5c Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 3 Apr 2026 13:46:55 -0400 Subject: [PATCH] Fix long question text overflow in Game Queue panel Add min-w-0 to the queue column so truncation works within the CSS grid layout. Co-Authored-By: Claude Opus 4.6 --- frontend/frontend/src/components/questionbank/GameSetupView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend/src/components/questionbank/GameSetupView.tsx b/frontend/frontend/src/components/questionbank/GameSetupView.tsx index ca8a82f..9ab2831 100644 --- a/frontend/frontend/src/components/questionbank/GameSetupView.tsx +++ b/frontend/frontend/src/components/questionbank/GameSetupView.tsx @@ -854,7 +854,7 @@ export default function GameSetupView() { {/* RIGHT: Game Queue */} -
+

Game Queue