[!IMPORTANT]
Improve responsiveness of workflow run tasks table and handle failure reasons for canceled tasks in WorkflowBlockCollapsibleContent.tsx and WorkflowRun.tsx.
Responsiveness Adjustments:
Adjust column widths in WorkflowBlockCollapsibleContent.tsx and WorkflowRun.tsx for better responsiveness.
Add truncate class to table cells in WorkflowBlockCollapsibleContent.tsx to handle long text.
Failure Reason Handling:
Display failure reason for canceled tasks in WorkflowBlockCollapsibleContent.tsx by checking Status.Canceled.
Misc:
Add title attribute to table cells in WorkflowBlockCollapsibleContent.tsx for better accessibility.
Replace TaskListSkeletonRows with a new skeleton loader in WorkflowRun.tsx.
This description was created by for bbbca2ab6c7bee6fbecba1744abe6a771f5f9be6. It will automatically update as commits are pushed.