We have a table block! 🎉
But if you add long content inside the table, it's likely to add horizontal scrollbars to the entire page.
What CSS can we offer "out of the box", that would help make the table block responsive? Ideally we can do something to stack table rows. But absent that we should at least look at enabling a horizontal scrollbar on the table itself, so if it's wider than the horizontal available space, only the table scrolls.