Skip to content

fix: wrap long doc table cells - #355

Open
dumanoglu1 wants to merge 1 commit into
0xMiden:mainfrom
dumanoglu1:fix/asset-callback-table-overflow
Open

fix: wrap long doc table cells#355
dumanoglu1 wants to merge 1 commit into
0xMiden:mainfrom
dumanoglu1:fix/asset-callback-table-overflow

Conversation

@dumanoglu1

Copy link
Copy Markdown

Closes #261.

Summary

  • Allow the final column in documentation tables to wrap instead of forcing nowrap.
  • Allow inline code inside table cells to wrap when values are too long for the content column.

Why

The Asset callbacks table contains long callback storage slot names and explanatory text. The previous table styling forced the last column onto a single line, which could push the table past the document width and overlap the right-hand table of contents.

Testing

  • npm ci
  • git diff --check

I also ran:

  • npm run typecheck - fails in this fresh clone with existing Docusaurus theme alias/type resolution errors unrelated to this CSS change.
  • npm run build - fails in this fresh clone because sidebars.ts references docs that are populated by the repository's ingestion workflow; the local checkout does not include those ingested current docs.

@dumanoglu1
dumanoglu1 force-pushed the fix/asset-callback-table-overflow branch from d6f47c9 to a883a31 Compare August 12, 2026 07:39
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.

Asset page: callbacks table overflows page width

1 participant