Fix Game Queue row overflow with min-w-0 and overflow-hidden

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-03 13:51:37 -04:00
parent e1c0c859e9
commit 5df01add6d

View File

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