Skip to content

fix: prevent line breaks in table identifier columns - #3001

Merged
jancurn merged 3 commits into
masterfrom
claude/wonderful-ramanujan-763qat
Sep 21, 2026
Merged

jancurn merged 3 commits into
masterfrom
claude/wonderful-ramanujan-763qat

Conversation

@jancurn

@jancurn jancurn commented Sep 20, 2026

Copy link
Copy Markdown
Member

Prevent inline code in the first column of tables from wrapping at hyphens. Identifiers like tool names, environment variables, and field names now stay on a single line, while prose columns remain free to wrap naturally.

image

https://claude.ai/code/session_01VkicoRz9Mx8ZxRxB14w3ye

Inline code in the first column of a docs table (tool names, environment
variables, fields) was breaking at hyphens, so entries like
`fetch-actor-details` rendered across two lines in narrow columns.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VkicoRz9Mx8ZxRxB14w3ye
@apify-service-account

apify-service-account commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

🗑️ Preview for this PR was deleted.

@jancurn
jancurn requested review from B4nan and a lite review from Copilot September 20, 2026 11:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

The focused CSS change matches the stated behavior without affecting prose wrapping.

Review effort: Lite
Findings: None

What changed in this PR

Updates the shared docs theme so inline code in table identifier columns stays on one line.

Changes:

  • Adds white-space: nowrap for code in first-column table cells.
File Description
apify-docs-theme/​src/​theme/​custom.css Prevents identifier wrapping in table columns.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@jancurn
jancurn requested a review from TC-MO September 20, 2026 20:13
`call-actor` and `get-actor-output` carried a footnote marker, but the page
has no footnote to go with it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VkicoRz9Mx8ZxRxB14w3ye
The category names are values you pass to the `tools` parameter, so they
read as code like the tool names next to them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VkicoRz9Mx8ZxRxB14w3ye

@TC-MO TC-MO left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jancurn
jancurn merged commit afa062e into master Sep 21, 2026
14 checks passed
@jancurn
jancurn deleted the claude/wonderful-ramanujan-763qat branch September 21, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants