Chalarangelo / furl

Functional react.js components.

Home Page:https://furl.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid/Table bug

Chalarangelo opened this issue · comments

Tables can cause the Grid and Column elements to grow larger than their expected size under the right circumstances, causing horizontal overflow.

Maybe table-layout: fixed; in the styles of Table will do the trick. Will test out tomorrow.