We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccc9fb commit f11dafbCopy full SHA for f11dafb
1 file changed
src/components/ChatBox/TaskBox/TaskCard.tsx
@@ -459,9 +459,9 @@ export function TaskCard({
459
<Circle size={16} className="text-icon-secondary" />
460
)}
461
</div>
462
- <div className="flex flex-1 flex-col items-start justify-center">
+ <div className="flex min-w-0 flex-1 flex-col items-start justify-center">
463
<div
464
- className={`overflow-wrap-anywhere w-full whitespace-pre-line break-words ${
+ className={`w-full min-w-0 whitespace-pre-line break-words [overflow-wrap:anywhere] ${
465
task.status === TaskStatus.FAILED
466
? 'text-text-cuation-default'
467
: task.status === TaskStatus.BLOCKED
0 commit comments