fix(chat): scroll wide markdown tables horizontally

Wrap chat markdown tables in a focusable scroll region and let the table
keep its natural width so narrow screens can scroll instead of squeezing
columns into the chat width.
This commit is contained in:
Federico Jaramillo Martinez
2026-07-26 10:32:42 +02:00
parent 2fb626204c
commit 111db63f4a
3 changed files with 29 additions and 4 deletions
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Let chat markdown tables keep their natural width and scroll horizontally instead of being squeezed into the chat column, making them readable on mobile.