Summary
Improve the readability of the high-frequency Markdown conversation surface.
Problem
In the live Electron app on current main:
- the Markdown content column is 680px wide
- an ordinary three-column table resolves to about 730px
- table cells use 16px horizontal padding on each side
- body text is 13px/19.5px while H2 is about 16px/20px
As a result, common summary tables require horizontal scrolling even when their content is not intrinsically wide. Heading hierarchy in long answers also relies more on weight than on size and spacing.
Refs #546
Scope
- reduce unnecessary table-cell width
- improve wrapping for prose while preserving paths and code identifiers
- strengthen H2/H3 hierarchy without globally inflating application UI density
- preserve semantic table markup and keyboard scrolling
Acceptance criteria
Out of scope
- changing the global application font scale
- redesigning the Markdown renderer or syntax support
Summary
Improve the readability of the high-frequency Markdown conversation surface.
Problem
In the live Electron app on current
main:As a result, common summary tables require horizontal scrolling even when their content is not intrinsically wide. Heading hierarchy in long answers also relies more on weight than on size and spacing.
Refs #546
Scope
Acceptance criteria
Out of scope