Hi, seems that tables are not responsive for mobile clients, I can't scroll it on my phone with the latest chrome. svelte.dev/docs <img src="https://user-images.githubusercontent.com/4586392/59150327-3a20d300-8a2a-11e9-8352-0a0802669c61.png" width=320> I see two ways to solve it: 1. Wrap tables with `<div style="overflow-x: scroll">...</div>` 2. Chop table rows down.