Decrease the window resolution.
Observe the table flies off the side of the screen.
View should be supported on mobile resolutions. Pick one of the various solutions for "table doesn't fit on the screen": display: block all the things below a certain resolution or add a overflow-x: auto.
(This probably merits upstream work which should have its own task, since just about every Codex table is going to want a solution.)