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", )} >