Description
The workflow progress panel expands its layout across the full available terminal width. On a wide terminal, step names remain at the left while status, duration, and token usage are aligned near the far-right edge. The resulting gap makes it difficult to tell which metadata belongs to which workflow step.
The issue affects both the live workflow execution panel and status views using the same progress layout. It becomes more pronounced as the terminal gets wider and when the workflow has nested steps, because the user's eye must travel a long horizontal distance while also tracking indentation.
Expected behavior
The workflow tree should remain compact and scannable on wide terminals. Per-step status, duration, and token usage should stay visually associated with the corresponding step. The layout should continue to adapt to narrow terminals, while using a sensible content width or column spacing on wide terminals rather than stretching indefinitely.

Description
The workflow progress panel expands its layout across the full available terminal width. On a wide terminal, step names remain at the left while status, duration, and token usage are aligned near the far-right edge. The resulting gap makes it difficult to tell which metadata belongs to which workflow step.
The issue affects both the live workflow execution panel and status views using the same progress layout. It becomes more pronounced as the terminal gets wider and when the workflow has nested steps, because the user's eye must travel a long horizontal distance while also tracking indentation.
Expected behavior
The workflow tree should remain compact and scannable on wide terminals. Per-step status, duration, and token usage should stay visually associated with the corresponding step. The layout should continue to adapt to narrow terminals, while using a sensible content width or column spacing on wide terminals rather than stretching indefinitely.