Description
In the chat timeline UI, message content appears to render on top of other blocks instead of flowing vertically.
From the screenshot, assistant text and the TOOL CALLS section overlap, making the conversation hard to read and interact with.
Steps to Reproduce
- Open T3 Code app.
- Run a conversation that triggers multiple assistant updates and tool call entries.
- Scroll in the chat timeline where assistant content and tool-call cards are mixed.
- Observe layout behavior around the assistant message/tool calls block.
Actual Behavior
- Timeline rows overlap vertically.
- Assistant text appears inside/over other message containers.
TOOL CALLS cards and nearby message content are visually stacked in the same vertical space.
Expected Behavior
- Each timeline item should reserve its own height.
- Assistant text, tool-call cards, and metadata should be laid out in separate non-overlapping rows.
- Scrolling should preserve readable spacing between items.
Impact
High UX impact: core conversation view becomes difficult to read during normal agent runs with tool calls.