Skip to content

Commit

Permalink
Fix trace name on table being too long (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taofeeq-deru authored Feb 13, 2025
1 parent 1420ae2 commit fa3c7cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/purple-vans-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'mastra': patch
---

Fix trace name on table being too long
2 changes: 1 addition & 1 deletion packages/cli/src/playground/src/domains/traces/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function TraceButton({
</svg>
)}

{name}
<span className="truncate max-w-[150px]">{name}</span>
</Button>
);
}

0 comments on commit fa3c7cb

Please sign in to comment.