Skip to content

fix(docs): contain wide markdown tables#329

Open
skyc1e wants to merge 1 commit into
0xMiden:mainfrom
skyc1e:fix/core-doc-table-overflow
Open

fix(docs): contain wide markdown tables#329
skyc1e wants to merge 1 commit into
0xMiden:mainfrom
skyc1e:fix/core-doc-table-overflow

Conversation

@skyc1e

@skyc1e skyc1e commented Jun 28, 2026

Copy link
Copy Markdown

This keeps wide markdown tables contained inside the article column instead of letting them push underneath the right-hand TOC.

The table styling already switched to scrollable blocks on small screens; this applies the same containment at desktop widths and lets the markdown area shrink correctly inside the docs layout.

Closes #326.

Checked: git diff --check.

I also tried npm run typecheck and ./node_modules/.bin/docusaurus.cmd build; both currently fail on main before this change. Typecheck is blocked by existing Docusaurus @theme/* alias errors, and build is blocked by missing sidebar doc ids in sidebars.ts.

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.

Core lib docs overflow sidebar

1 participant