Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 90ff068

Browse files
committed
fix(dashbaord): trigger_string cell spacing
1 parent b1722f1 commit 90ff068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const wrapObjectOutput = (input: AlertConversation["trigger_string"]) => {
3131
if (data === null) return "N/A";
3232
if (typeof data === "string") {
3333
return (
34-
<div className="bg-gray-25 rounded-lg overflow-auto w-fit p-4">
34+
<div className="bg-gray-25 rounded-lg overflow-auto p-4">
3535
<Markdown>{data}</Markdown>
3636
</div>
3737
);

0 commit comments

Comments
 (0)