Files
sow-nodebb-theme/scss
archvillainette 1b93eca371 fix(wiki): stop justifying text in tables, quotes, and code (#39)
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.Reviewed-on: #39

Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
2026-07-22 18:18:30 +00:00
..