Skip to content

Commit

Permalink
fix: inference success text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed Jan 30, 2024
1 parent 1e84619 commit 5795798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workboard/inference-node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function InferenceNode(nodeProps: NodeProps<NodeData>) {
</div>
<div className="flex flex-row items-center justify-between gap-1">
<p className="font-medium">output dir</p>
<p className="text-violet-600 text-end">
<p className="text-violet-600 text-end break-all">
{formData?.outputDir}
</p>
</div>
Expand Down

0 comments on commit 5795798

Please sign in to comment.