commit 977da5529895e00be9514e4e9b9551ddcdca6c63 parent 70a6330256a01acc3bfd78f4eee1d66f6d3ec493 Author: William Casarin <jb55@jb55.com> Date: Thu, 26 Feb 2026 13:21:04 -0800 dave: fix markdown tables breaking layout on small screens Wrap tables in a horizontal ScrollArea so wide tables scroll instead of overflowing the chat area. Column::auto() lets columns grow to content width with no upper bound, which is fine on wide screens but breaks the layout on narrow ones. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>