[Feature Request] Add a word-wrap toggle to the Codex desktop document viewer
What version of Codex CLI is running?
Codex CLI 0.144.2 (request concerns the Codex desktop app)
What subscription do you have?
ChatGPT subscription (exact tier is not shown in the current UI)
Which model were you using?
_No response_
What platform is your computer?
_No response_
What terminal emulator and version are you using (if applicable)?
_No response_
Codex doctor report
What issue are you seeing?
In the Codex desktop app, the built-in Markdown document viewer on the right automatically wraps wide content. Long SLS query logs, wide tables, and text/code blocks wrap across multiple lines, causing columns to become misaligned and making horizontal comparison difficult. The viewer currently has no independent control for turning word wrap off.
What steps can reproduce the bug?
- Open a Markdown file containing a wide table, a long log line, or a long query inside a text/code block.
- View the file in the built-in document viewer on the right side of the Codex desktop app.
- Observe that the content wraps automatically and there is no option to disable wrapping.
Feedback thread: 019f614a-17af-79c3-9ba2-80d004060bba
What is the expected behavior?
Add a "Wrap / No wrap" toggle to the built-in document viewer. When wrapping is disabled, keep each logical line on one line and provide a horizontal scrollbar. Ideally, remember the choice globally or per file, and support it in both Markdown preview and "View source" mode.
Additional information
_No response_