fix(wiki): stop justifying text in tables, quotes, and code #39

Merged
archvillainette merged 1 commits from fix/wiki-justify-tables into main 2026-07-22 18:18:31 +00:00
Owner

Justified alignment in .wiki-article-prose stretched bulleted lis inside table cells into ugly whitespace rivers (visible on spell/list tables). Now justify only applies to real reading prose (p, li), and alignment resets to start (hyphens off) inside table, blockquote, and pre.

Single-file SCSS change: scss/westgate/_wiki-prose.scss. NodeBB recompiles the theme SCSS on build/reload.

Justified alignment in `.wiki-article-prose` stretched bulleted `li`s inside table cells into ugly whitespace rivers (visible on spell/list tables). Now justify only applies to real reading prose (`p`, `li`), and alignment resets to `start` (hyphens off) inside `table`, `blockquote`, and `pre`. Single-file SCSS change: `scss/westgate/_wiki-prose.scss`. NodeBB recompiles the theme SCSS on build/reload.
archvillainette added 1 commit 2026-07-22 18:16:55 +00:00
Justified alignment stretched bulleted list items inside table cells
into ugly rivers of whitespace (e.g. spell lists). Limit justify to
real reading prose (p, li) and reset alignment to start inside tables,
blockquotes, and pre blocks.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
archvillainette scheduled this pull request to auto merge when all checks succeed 2026-07-22 18:18:15 +00:00
xtul approved these changes 2026-07-22 18:18:29 +00:00
archvillainette merged commit 1b93eca371 into main 2026-07-22 18:18:31 +00:00
archvillainette deleted branch fix/wiki-justify-tables 2026-07-22 18:18:31 +00:00
Sign in to join this conversation.