From 5df01add6d6589d330a5e1f162cb05f19bc227d5 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 3 Apr 2026 13:51:37 -0400 Subject: [PATCH] Fix Game Queue row overflow with min-w-0 and overflow-hidden 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 9ab2831..a1afe6a 100644 --- a/frontend/frontend/src/components/questionbank/GameSetupView.tsx +++ b/frontend/frontend/src/components/questionbank/GameSetupView.tsx @@ -100,7 +100,7 @@ function SortableQuestionRow({ ref={setNodeRef} style={style} className={cn( - "group flex items-center gap-2 rounded-md border bg-background px-2 py-1.5 text-sm", + "group flex min-w-0 items-center gap-2 overflow-hidden rounded-md border bg-background px-2 py-1.5 text-sm", isDragging && "z-50 border-ring shadow-lg ring-2 ring-ring/30", )} >