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:
@@ -100,7 +100,7 @@ function SortableQuestionRow({
|
|||||||
ref={setNodeRef}
|
ref={setNodeRef}
|
||||||
style={style}
|
style={style}
|
||||||
className={cn(
|
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",
|
isDragging && "z-50 border-ring shadow-lg ring-2 ring-ring/30",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user