Skip to content

Commit b940748

Browse files
authored
Fix old trace viewer layout (vercel#1952)
* Update workflow-trace-view.tsx * Update trace viewer layout to be in a row Signed-off-by: Mitul Shah <mitulxshah@gmail.com> --------- Signed-off-by: Mitul Shah <mitulxshah@gmail.com>
1 parent 270e3f1 commit b940748

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/rich-toes-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/web-shared": patch
3+
---
4+
5+
Fix old trace viewer layout to be in a row rather than column

packages/web-shared/src/components/workflow-trace-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ export const WorkflowTraceViewer = ({
974974
}
975975

976976
return (
977-
<div className="relative w-full h-full flex flex-col">
977+
<div className="relative w-full h-full flex flex-row">
978978
{/* Timeline (takes remaining space) */}
979979
<div className="flex-1 min-w-0 relative">
980980
<TraceViewerContextProvider

0 commit comments

Comments
 (0)