You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This fixes#1742.
It is also extracted from #2151 because I should know better.
In this PR, if there isn't room for the table it scrolls horizontally. This works in the admin and the theme, and I think it works reasonably well. Still it might be controversial — what might be the challenges?
This fixes#1742.
It is also extracted from #2151 because I should know better.
In this PR, if there isn't room for the table it scrolls horizontally. This works in the admin and the theme, and I think it works reasonably well. Still it might be controversial — what might be the challenges?
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.
The text was updated successfully, but these errors were encountered: