github / github/app

Chat view wastes horizontal space so markdown tables clip and wrap poorly

Open
#3,795 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
2.1k
Forks
157
PR merge metrics
No merged PRs in 30d

Description

Short summary

Chat conversation view leaves large unused horizontal space, so markdown tables clip and wrap instead of using the available screen width.

Affected version or release

1.1.17 (github.exe ProductVersion 1.1.17)

Installation context

Windows 11 Enterprise (build 26200), GitHub Copilot desktop app, conversation / chat view.

What happened?

In a conversation, the transcript is constrained to a narrow center column. A large empty gutter sits on the left (and unused space on the right), while the chat content itself is too narrow for multi-column markdown tables.

Result:

  • Table columns wrap aggressively and become hard to read
  • The last column is clipped / truncated (text cut off mid-word)
  • Wide content cannot use the screen space that is already empty

This makes tables, issue lists, and similar structured replies much less usable on a normal desktop window.

Steps to reproduce
  1. Open the GitHub Copilot app on a wide desktop window.
  2. Open or continue a conversation.
  3. Ask the agent for a multi-column markdown table (4+ columns with links and longer sentences).
  4. Observe the conversation column staying narrow while large side areas stay empty, and the table clipping or wrapping poorly.
Expected behavior

The conversation view should use more of the available window width. Markdown tables should remain fully readable without clipping the last column or wasting large empty side gutters.

Additional context

Related:

This report is specifically about conversation rendering: unused side space plus clipped tables on Windows 1.1.17.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in the conversation view on a wide Windows desktop window using a multi-column markdown table with long text and links. Trace the conversation layout and rendering entry points, then verify that the view uses more available width and that the table's final column is no longer clipped or excessively wrapped.

Written by the indexing model from the issue text.

Assessment

Domain
desktop, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.