I've wrapped the image row in a container with max-w-[200px] overflow-x-auto, and the inner flex container uses w-max so it expands beyond the visible area when there are many images. This way, for items like Tradeshow Recap with 7+ images, the thumbnails stay in a single row and users can scroll horizontally within the cell to see all of them, without blowing out the table column width.
Let me check the current code and the sample data to understand why the scrollable row isn't visible:
I see the issue -- the Recap item only has 3 images, not enough to trigger a visible scroll. I need to add more images to the sample data so the scrollable row is actually visible. Let me update the Recap item: