TILFix Markdown table column wrapping with CSS white-space: nowrapShort Japanese text in Markdown table columns was wrapping vertically. Widening the separator dashes didn't help — applying white-space: nowrap in .prose CSS was the fix.March 7, 20261 min read#css#mdx