FN-7231: add padding to task chat blocks
Add tokenized inner spacing to Task Detail chat message surfaces.
- Add border-boxed padding to task chat entries, tool groups, tool entries, thinking blocks, and tool details.
- Keep mobile chat block spacing responsive with scoped TaskChatTab CSS overrides.
- Cover text, user, tool, thinking, and mobile padding expectations with a regression test.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/fn-7231-task-chat-block-padding.md | 7 ++++
packages/dashboard/app/components/TaskChatTab.css | 20 +++++++++--
.../app/components/__tests__/TaskChatTab.test.tsx | 42 ++++++++++++++++++++++
3 files changed, 67 insertions(+), 2 deletions(-)
Fusion-Task-Id: FN-7231
Fusion-Task-Lineage: 2c6bee23-14fb-4a76-99a8-99528f35013a
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>